Class ExcelImageReadOnly
Represents an read only image
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> |