Click or drag to resize

PdfiumFPDFBitmap_ConvertFormat Method

Convert the bitmap to the specified format.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static bool FPDFBitmap_ConvertFormat(
	IntPtr bitmap,
	BitmapFormats format
)

Parameters

bitmap  IntPtr
A handle to the device independent bitmap.
format  BitmapFormats
The pixel format to convert bitmap to.

Return Value

Boolean
True if successful, false if conversion from the current format to the requested one is not supported.
See Also