Click or drag to resize

PdfiumFFPDFBitmap_GetPalette Method

Returns the color palette used for the bitmap.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static int[] FFPDFBitmap_GetPalette(
	IntPtr bitmap
)

Parameters

bitmap  IntPtr
A handle to the device independent bitmap.

Return Value

Int32
A copy of an array of the palette used by the bitmap.
See Also