 | PdfiumFPDFOBJ_GetType Method |
Get type of an PDF object
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static IndirectObjectTypes FPDFOBJ_GetType(
IntPtr obj_handle
)
Public Shared Function FPDFOBJ_GetType (
obj_handle As IntPtr
) As IndirectObjectTypes
public:
static IndirectObjectTypes FPDFOBJ_GetType(
IntPtr obj_handle
)
static member FPDFOBJ_GetType :
obj_handle : IntPtr -> IndirectObjectTypes
public static IndirectObjectTypes FPDFOBJ_GetType(
IntPtr obj_handle
)
Patagames.Pdf.Pdfium.FPDFOBJ_GetType = function(obj_handle);
Parameters
- obj_handle IntPtr
- Handle to the PDF object
Return Value
IndirectObjectTypesOne of the ObjectTypes enumerator.
See Also