Click or drag to resize

PdfiumFPDFARRAY_InsertAt Method

Insert the PDF object into given position.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static void FPDFARRAY_InsertAt(
	IntPtr handle,
	int index,
	IntPtr value,
	IntPtr objectList
)

Parameters

handle  IntPtr
Handle to Array object.
index  Int32
An integer index that is greater than or equal to 0 and less than the value returned by FPDFARRAY_GetCount(IntPtr).
value  IntPtr
Handle to the PDF object
objectList  IntPtr
Handle to objects list. IntPtr.Zero for default
See Also