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