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