 | PdfiumFPDFREF_GetObjList Method |
Gets a list of objects in which is linked with the specified reference object.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static IntPtr FPDFREF_GetObjList(
IntPtr handle
)
Public Shared Function FPDFREF_GetObjList (
handle As IntPtr
) As IntPtr
public:
static IntPtr FPDFREF_GetObjList(
IntPtr handle
)
static member FPDFREF_GetObjList :
handle : IntPtr -> IntPtr
public static IntPtr FPDFREF_GetObjList(
IntPtr handle
)
Patagames.Pdf.Pdfium.FPDFREF_GetObjList = function(handle);
Parameters
- handle IntPtr
- Handle to the Reference object
Return Value
IntPtrHandle ro the list of objects or IntPtr.Zero if any error is occured
See Also