Class ExcelImageSettings
This class contains settings for text measurement.
Inherited Members
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 |