Click or drag to resize

PdfiumFPDFARRAY_RemoveAt Method

Release th PDF object and removes its from Array.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static void FPDFARRAY_RemoveAt(
	IntPtr handle,
	int index,
	int count = 1
)

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).
count  Int32  (Optional)
The number of deleted items.
See Also