Image.Bytes Property

Aspose.Note for .NET API

ImageBytes Property

Gets the image data store.

Namespace:  Aspose.Note
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 18.1
Syntax
public byte[] Bytes { get; }
Public ReadOnly Property Bytes As Byte()
	Get
public:
property array<unsigned char>^ Bytes {
	array<unsigned char>^ get ();
}
member Bytes : byte[] with get

Property Value

Type: Byte
See Also