Show / Hide Table of Contents

Class ExcelImageSettings

This class contains settings for text measurement.

Inheritance
object
ExcelImageSettings
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: OfficeOpenXml
Assembly: EPPlus.dll
Syntax
public class ExcelImageSettings

Properties

PrimaryImageHandler

This is the primary handler for images.

Declaration
public IImageHandler PrimaryImageHandler { get; set; }
Property Value
Type Description
IImageHandler

SecondaryImageHandler

If the primary handler fails to measure the image, this one will be used.

Declaration
public IImageHandler SecondaryImageHandler { get; set; }
Property Value
Type Description
IImageHandler

TertiaryImageHandler

If the secondary handler fails to measure the image, this one will be used.

Declaration
public IImageHandler TertiaryImageHandler { get; set; }
Property Value
Type Description
IImageHandler
In this article
Back to top Generated by DocFX