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