Class ExcelImageSettings
This class contains settings for text measurement.
Inheritance
System.Object
    ExcelImageSettings
  Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.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 | 
|---|---|
| OfficeOpenXml.Interfaces.Drawing.Image.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 | 
|---|---|
| OfficeOpenXml.Interfaces.Drawing.Image.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 | 
|---|---|
| OfficeOpenXml.Interfaces.Drawing.Image.IImageHandler |