Click or drag to resize

PdfiumFPDFPathObj_GetIsStroke Method

Check whether the stroke flag is true or not.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public static bool FPDFPathObj_GetIsStroke(
	IntPtr path_obj
)

Parameters

path_obj  IntPtr
Handle to a path object returned by FPDFPageObj_Create(PageObjectTypes)

Return Value

Boolean
The true mean to paint a line along the path; false otherwise.
See Also