Click or drag to resize

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; }

Property Value

Type: Int32
Remarks
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