IImageInstance.ImageData Property

Definition

Gets the image 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 that represents the image data.

Applies to