 | PdfiumFPDFARRAY_AddReferenceEx Method |
Creates a Reference object and sets it at the end of Array.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static void FPDFARRAY_AddReferenceEx(
IntPtr handle,
IntPtr objectList,
IntPtr obj
)
Public Shared Sub FPDFARRAY_AddReferenceEx (
handle As IntPtr,
objectList As IntPtr,
obj As IntPtr
)
public:
static void FPDFARRAY_AddReferenceEx(
IntPtr handle,
IntPtr objectList,
IntPtr obj
)
static member FPDFARRAY_AddReferenceEx :
handle : IntPtr *
objectList : IntPtr *
obj : IntPtr -> unit
public static void FPDFARRAY_AddReferenceEx(
IntPtr handle,
IntPtr objectList,
IntPtr obj
)
Patagames.Pdf.Pdfium.FPDFARRAY_AddReferenceEx = function(handle, objectList, obj);
Parameters
- handle IntPtr
- Handle to Array object.
- objectList IntPtr
- List of indirect objects
- obj IntPtr
- Handle to PDF object
See Also