BitmapInfoBuffer Property |
Gets the raw buffer of the bitmap.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public byte[] Buffer { get; }
Public ReadOnly Property Buffer As Byte()
Get
public:
virtual property array<unsigned char>^ Buffer {
array<unsigned char>^ get () sealed;
}
Property Value
Type:
ByteSee Also