Click or drag to resize

PdfiumFPDFPageObj_SetLineJoin Method

Set the shape of joints between connected segments of a stroked path.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static void FPDFPageObj_SetLineJoin(
	IntPtr page_obj,
	LineJoin lineJoin
)

Parameters

page_obj  IntPtr
A handle to a page object. Returned by FPDFPageObj_Create(PageObjectTypes) or FPDFPage_GetObject(IntPtr, Int32)
lineJoin  LineJoin
One of the values of the LineJoin enumeration.
Remarks
See LineJoin enumeration for details.
See Also