Class ExcelImageInfo
Information about the content, type, bounds and resolution of an image.
Inheritance
System.Object
ExcelImageInfo
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.Drawing
Assembly: EPPlus.dll
Syntax
public class ExcelImageInfo
Properties
Height
The height of the image
Declaration
public double Height { get; }
Property Value
Type | Description |
---|---|
System.Double |
HorizontalResolution
The horizontal resolution of the image
Declaration
public double HorizontalResolution { get; }
Property Value
Type | Description |
---|---|
System.Double |
VerticalResolution
The vertical resolution of the image
Declaration
public double VerticalResolution { get; }
Property Value
Type | Description |
---|---|
System.Double |
Width
The width of the image
Declaration
public double Width { get; }
Property Value
Type | Description |
---|---|
System.Double |