Show / Hide Table of Contents

Class ExcelImageReadOnly

Represents an read only image

Inheritance
object
ExcelImageReadOnly
ExcelImage
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 ExcelImageReadOnly

Properties

Bounds

The image bounds and resolution

Declaration
public ExcelImageInfo Bounds { get; }
Property Value
Type Description
ExcelImageInfo

HasImage

If this object contains an image.

Declaration
public bool HasImage { get; }
Property Value
Type Description
bool

ImageBytes

The image as a byte array.

Declaration
public byte[] ImageBytes { get; }
Property Value
Type Description
byte[]

Type

The type of image.

Declaration
public ePictureType? Type { get; }
Property Value
Type Description
ePictureType?
In this article
Back to top Generated by DocFX