[]
Gets a copy of the image binary data.
public byte[] ImageData { get; }
Public ReadOnly Property ImageData As Byte()
| Type | Description |
|---|---|
| byte[] | A copy of the image binary data, or null if no image data exists. Modifying the returned array does not affect the data stored in this instance. |