Click or drag to resize

PdfiumFPDFPageObj_GetStrokeAlpha Method

Get the opacity of the stroke color.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static float FPDFPageObj_GetStrokeAlpha(
	IntPtr page_obj
)

Parameters

page_obj  IntPtr
Handle to a page object. Returned by FPDFPageObj_Create(PageObjectTypes) or FPDFPage_GetObject(IntPtr, Int32)

Return Value

Single
The opacity of the stroke color of a page object.
See Also