 | PdfiumFPDFOBJ_GetParentObj Method |
Returns a handle to the container for specified object.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static IntPtr FPDFOBJ_GetParentObj(
IntPtr obj_handle
)
Public Shared Function FPDFOBJ_GetParentObj (
obj_handle As IntPtr
) As IntPtr
public:
static IntPtr FPDFOBJ_GetParentObj(
IntPtr obj_handle
)
static member FPDFOBJ_GetParentObj :
obj_handle : IntPtr -> IntPtr
public static IntPtr FPDFOBJ_GetParentObj(
IntPtr obj_handle
)
Patagames.Pdf.Pdfium.FPDFOBJ_GetParentObj = function(obj_handle);
Parameters
- obj_handle IntPtr
- Handle to the PDF object
Return Value
IntPtrA handle to the dictionary or to the array which contains specified object, IntPtr.Zero if there is no any container.
See Also