Click or drag to resize

PdfiumFPDFBitmap_GetBuffer Method

Returns pointer to an array of bytes that contains the pixel data of the bitmap.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static IntPtr FPDFBitmap_GetBuffer(
	IntPtr bitmap
)

Parameters

bitmap  IntPtr
A handle to the device independent bitmap.

Return Value

IntPtr
The pointer to the first byte of the bitmap buffer.
Remarks
Applications can use this function to get the bitmap buffer pointer, then manipulate any color and/or alpha values for any pixels in the bitmap.
See Also