Click or drag to resize

PdfiumFPDFBitmap_ConvertColorScale Method

Convert color scale

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static bool FPDFBitmap_ConvertColorScale(
	IntPtr bitmap,
	uint forecolor,
	uint backcolor
)

Parameters

bitmap  IntPtr
A handle to the device independent bitmap.
forecolor  UInt32
Foreground color
backcolor  UInt32
Background color

Return Value

Boolean
TRUE if succeed, FALSE if failed.
See Also