Show / Hide Table of Contents

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
In this article
Back to top Generated by DocFX