Click or drag to resize

PdfiumFPDFPathObj_GetPath Method

Get the path associated with this PathObject.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static IntPtr FPDFPathObj_GetPath(
	IntPtr path_obj
)

Parameters

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

Return Value

IntPtr
Handle to a path associated with this path object.
See Also