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
Boolean

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