Click or drag to resize

PdfiumFPDFPageObj_GetLineJoin Method

Get 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 LineJoin FPDFPageObj_GetLineJoin(
	IntPtr page_obj
)

Parameters

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

Return Value

LineJoin
One of the values of the LineJoin enumeration.
Remarks
See LineJoin enumeration for details.
See Also