Click or drag to resize

PdfiumFPDFPageObj_SetStrokeAlpha Method

Set the opacity of the stroke color of a page object.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static void FPDFPageObj_SetStrokeAlpha(
	IntPtr page_obj,
	float alpha
)

Parameters

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