Show / Hide Table of Contents

Class ExcelImageReadOnly

Represents an read only image

Inheritance
System.Object
ExcelImageReadOnly
ExcelImage
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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
System.Boolean

ImageBytes

The image as a byte array.

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

Type

The type of image.

Declaration
public ePictureType? Type { get; }
Property Value
Type Description
System.Nullable<OfficeOpenXml.Drawing.ePictureType>
In This Article
Back to top Generated by DocFX