Click or drag to resize

PdfiumFPDFBitmap_DitherFS Method

DitherFS

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static bool FPDFBitmap_DitherFS(
	IntPtr bitmap,
	uint[] pPalette,
	FX_RECT pRect = null
)

Parameters

bitmap  IntPtr
A handle to the device independent bitmap.
pPalette  UInt32
Palette
pRect  FX_RECT  (Optional)
Rectangle

Return Value

Boolean
TRUE if succeed, FALSE if failed.
See Also