Click or drag to resize

PdfiumFPDFPathObj_SetIsStroke Method

Set the stroke flag.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static void FPDFPathObj_SetIsStroke(
	IntPtr path_obj,
	bool isStroke
)

Parameters

path_obj  IntPtr
Handle to a path object returned by FPDFPageObj_Create(PageObjectTypes)
isStroke  Boolean
True mean to paint a line along the path.
See Also