ImageData Property (Image)
In This Topic
Gets or sets the binary data associated with this image.
Syntax
'Declaration
Public Property ImageData As Byte()
public byte[] ImageData {get; set;}
Property Value
A
System.Byte array representing the image data.
See Also