 | PdfiumFPDFARRAY_AddReference Method |
Creates a Reference object and adds it at the end of Array.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static void FPDFARRAY_AddReference(
IntPtr handle,
IntPtr objectList,
int objnum
)
Public Shared Sub FPDFARRAY_AddReference (
handle As IntPtr,
objectList As IntPtr,
objnum As Integer
)
public:
static void FPDFARRAY_AddReference(
IntPtr handle,
IntPtr objectList,
int objnum
)
static member FPDFARRAY_AddReference :
handle : IntPtr *
objectList : IntPtr *
objnum : int -> unit
public static void FPDFARRAY_AddReference(
IntPtr handle,
IntPtr objectList,
int objnum
)
Patagames.Pdf.Pdfium.FPDFARRAY_AddReference = function(handle, objectList, objnum);
Parameters
- handle IntPtr
- Handle to Arrya object.
- objectList IntPtr
- List of indirect objects
- objnum Int32
- Object's number
See Also