Namespace: Spire.Doc.Fields.Shape
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:
property array<unsigned char>^ ImageBytes {
	array<unsigned char>^ get ();
}
member ImageBytes : byte[] with get

Property Value

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

See Also