 | PdfiumFPDFOBJ_IsDictionary Method |
Gets a value that indicates whether the PDF object is a dictionary.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static bool FPDFOBJ_IsDictionary(
IntPtr obj_handle
)
Public Shared Function FPDFOBJ_IsDictionary (
obj_handle As IntPtr
) As Boolean
public:
static bool FPDFOBJ_IsDictionary(
IntPtr obj_handle
)
static member FPDFOBJ_IsDictionary :
obj_handle : IntPtr -> bool
public static boolean FPDFOBJ_IsDictionary(
IntPtr obj_handle
)
Patagames.Pdf.Pdfium.FPDFOBJ_IsDictionary = function(obj_handle);
Parameters
- obj_handle IntPtr
- Handle to the PDF object
Return Value
BooleanTrue if the specified object is a dictionary object; otherwise, false.
See Also