ImageInfo.Image Property

Definition

Gets the image, which is stored in an array of bytes.

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

Property Value

Byte[]

Returns array of Byte objects.

Applies to