Class ExcelImageInfo
Information about the content, type, bounds and resolution of an image.
Inheritance
Object
ExcelImageInfo
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: OfficeOpenXml.Drawing
Assembly: EPPlus.dll
Syntax
public class ExcelImageInfo
Properties
Height
The height of the image
Declaration
public double Height { get; }
Property Value
| Type | Description |
|---|---|
| Double |
HorizontalResolution
The horizontal resolution of the image
Declaration
public double HorizontalResolution { get; }
Property Value
| Type | Description |
|---|---|
| Double |
VerticalResolution
The vertical resolution of the image
Declaration
public double VerticalResolution { get; }
Property Value
| Type | Description |
|---|---|
| Double |
Width
The width of the image
Declaration
public double Width { get; }
Property Value
| Type | Description |
|---|---|
| Double |