 | PdfiumFPDFREF_Create Method |
Creates a Reference object which is linked with an object inside the list of objects.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static IntPtr FPDFREF_Create(
IntPtr objects_list,
int objnum
)
Public Shared Function FPDFREF_Create (
objects_list As IntPtr,
objnum As Integer
) As IntPtr
public:
static IntPtr FPDFREF_Create(
IntPtr objects_list,
int objnum
)
static member FPDFREF_Create :
objects_list : IntPtr *
objnum : int -> IntPtr
public static IntPtr FPDFREF_Create(
IntPtr objects_list,
int objnum
)
Patagames.Pdf.Pdfium.FPDFREF_Create = function(objects_list, objnum);
Parameters
- objects_list IntPtr
- List of indirect objects
- objnum Int32
- Object's number in the specified list
Return Value
IntPtrHandle to the newly created Reference object
See Also