IImage.ImageData Property

Definition

Returns the image as binary data.

public:
 property cli::array <System::Byte> ^ ImageData { cli::array <System::Byte> ^ get(); };
public byte[] ImageData { get; }
member this.ImageData : byte[]
Public ReadOnly Property ImageData As Byte()

Property Value

Byte[]

A byte array containing the image in binary form.

Applies to