 | PdfiumFPDFPathObj_GetPath Method |
Get the path associated with this PathObject.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static IntPtr FPDFPathObj_GetPath(
IntPtr path_obj
)
Public Shared Function FPDFPathObj_GetPath (
path_obj As IntPtr
) As IntPtr
public:
static IntPtr FPDFPathObj_GetPath(
IntPtr path_obj
)
static member FPDFPathObj_GetPath :
path_obj : IntPtr -> IntPtr
public static IntPtr FPDFPathObj_GetPath(
IntPtr path_obj
)
Patagames.Pdf.Pdfium.FPDFPathObj_GetPath = function(path_obj);
Parameters
- path_obj IntPtr
- Handle to a path object returned by FPDFPageObj_Create(PageObjectTypes)
Return Value
IntPtrHandle to a path associated with this path object.
See Also