Click or drag to resize

PdfiumFPDFARRAY_Add Method

Adds the PDF object at the end of Arrary.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static void FPDFARRAY_Add(
	IntPtr handle,
	IntPtr value,
	IntPtr 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