Click or drag to resize

PdfiumFFPDFBitmap_GetPaletteSize Method

Returns the number of elements in 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_GetPaletteSize(
	IntPtr bitmap
)

Parameters

bitmap  IntPtr
A handle to the device independent bitmap.

Return Value

Int32
The number of elements in color palette used for the bitmap.
See Also