Class ExcelImageInfo
- Namespace
- OfficeOpenXml.Drawing
- Assembly
- EPPlus.dll
Information about the content, type, bounds and resolution of an image.
public class ExcelImageInfo
- Inheritance
-
ExcelImageInfo
- Inherited Members
Properties
Height
The height of the image
public double Height { get; }
Property Value
HorizontalResolution
The horizontal resolution of the image
public double HorizontalResolution { get; }
Property Value
VerticalResolution
The vertical resolution of the image
public double VerticalResolution { get; }
Property Value
Width
The width of the image
public double Width { get; }