Gets or sets the image bytes.
Namespace:
Spire.Doc.Fields.Shapes
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:
property array<unsigned char>^ ImageBytes {
array<unsigned char>^ get ();
}
member ImageBytes : byte[] with get
Property Value
Type:
Byte
See Also