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 |