Table of Contents

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

double

HorizontalResolution

The horizontal resolution of the image

public double HorizontalResolution { get; }

Property Value

double

VerticalResolution

The vertical resolution of the image

public double VerticalResolution { get; }

Property Value

double

Width

The width of the image

public double Width { get; }

Property Value

double