IPicture
ImageBytes Property
|
Gets image byte array.
Namespace:
Spire.Doc.Interface
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
byte[] ImageBytes { get; }
ReadOnly Property ImageBytes As Byte()
Get
property array<unsigned char>^ ImageBytes {
array<unsigned char>^ get ();
}
abstract ImageBytes : byte[] with get
Property Value
Type:
Byte
See Also