Data Property (Thumbnail)
In This Topic
Gets or sets the raw binary data of the thumbnail image.
Syntax
'Declaration
Public Property Data As Byte()
public byte[] Data {get; set;}
Property Value
An array of
System.Byte representing the raw binary content of the thumbnail.
See Also