Click or drag to resize

PdfiumFFPDFBitmap_GetBPP Method

Returns the color depth, in number of bits per pixel, of the specified bitmap.

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

Parameters

bitmap  IntPtr
A handle to the device independent bitmap.

Return Value

Int32
The color depth of the specified bitmap.
See Also