Click or drag to resize

PdfiumFPDFBitmap_GetFormat Method

Returns the pixel format for the bitmap.

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

Parameters

bitmap  IntPtr
A handle to the device independent bitmap.

Return Value

BitmapFormats
A BitmapFormats that represents the pixel format for the bitmap.
See Also