Click or drag to resize

PdfiumFPDFPageObj_SetFillColor(IntPtr, Int32) Method

Set the fill color of a page object.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static void FPDFPageObj_SetFillColor(
	IntPtr page_obj,
	int argb
)

Parameters

page_obj  IntPtr
Handle to page object, could be text_object, path_object and uncolored images.
argb  Int32
The fill color of a page object. Constructed by 0xaarrggbb.
See Also