Click or drag to resize

PdfiumFPDFPageObj_SetFillAlpha Method

Set the opacity of 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_SetFillAlpha(
	IntPtr page_obj,
	float alpha
)

Parameters

page_obj  IntPtr
Handle to page object.
alpha  Single
The opacity of the fill color of a page object.
See Also