 | PdfiumFPDFREF_GetRefObjNum Method |
Gets an object number which is linked with the specified reference object.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static int FPDFREF_GetRefObjNum(
IntPtr handle
)
Public Shared Function FPDFREF_GetRefObjNum (
handle As IntPtr
) As Integer
public:
static int FPDFREF_GetRefObjNum(
IntPtr handle
)
static member FPDFREF_GetRefObjNum :
handle : IntPtr -> int
public static int FPDFREF_GetRefObjNum(
IntPtr handle
)
Patagames.Pdf.Pdfium.FPDFREF_GetRefObjNum = function(handle);
Parameters
- handle IntPtr
- Handle to the Reference object.
Return Value
Int32The object number or -1 if eny error is occured./
See Also