 | PdfiumFPDFOBJ_GetDict Method |
Returns a Dictionary representation of the specified object.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static IntPtr FPDFOBJ_GetDict(
IntPtr obj_handle
)
Public Shared Function FPDFOBJ_GetDict (
obj_handle As IntPtr
) As IntPtr
public:
static IntPtr FPDFOBJ_GetDict(
IntPtr obj_handle
)
static member FPDFOBJ_GetDict :
obj_handle : IntPtr -> IntPtr
public static IntPtr FPDFOBJ_GetDict(
IntPtr obj_handle
)
Patagames.Pdf.Pdfium.FPDFOBJ_GetDict = function(obj_handle);
Parameters
- obj_handle IntPtr
- Handle to the PDF object
Return Value
IntPtrHandle to the dictionary, IntPtr.Zero if any errors occurs.
See Also