BitmapInfoBufferAsIntArray Property |
Gets the raw buffer of the bitmap.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public int[] BufferAsIntArray { get; }
Public ReadOnly Property BufferAsIntArray As Integer()
Get
public:
virtual property array<int>^ BufferAsIntArray {
array<int>^ get () sealed;
}
function get_BufferAsIntArray();
Property Value
Type:
Int32Remarks
Depending on the raw format (i.e. RGB, BGRA, ARGB), some of the
bytes in the int element may be set to 0. For example, if the requested format
is RGB, then a Grey pixel will have an int element value of 0x00808080.
See Also