Gets image byte array.

Namespace: Spire.Doc.Fields
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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

array<Byte>[]()[][]

Implements

IPicture..::..ImageBytes

See Also