 | PdfiumFPDFARRAY_Add Method |
Adds the PDF object at the end of Arrary.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static void FPDFARRAY_Add(
IntPtr handle,
IntPtr value,
IntPtr objectList
)
Public Shared Sub FPDFARRAY_Add (
handle As IntPtr,
value As IntPtr,
objectList As IntPtr
)
public:
static void FPDFARRAY_Add(
IntPtr handle,
IntPtr value,
IntPtr objectList
)
static member FPDFARRAY_Add :
handle : IntPtr *
value : IntPtr *
objectList : IntPtr -> unit
public static void FPDFARRAY_Add(
IntPtr handle,
IntPtr value,
IntPtr objectList
)
Patagames.Pdf.Pdfium.FPDFARRAY_Add = function(handle, value, objectList);
Parameters
- handle IntPtr
- Handle to Array object.
- value IntPtr
- Handle to the PDF object
- objectList IntPtr
- Handle to objects list. IntPtr.Zero for default
See Also