Click or drag to resize

PdfiumFPDFPageObjectList_RemoveObject Method

Remove object from the collection at specified index.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static void FPDFPageObjectList_RemoveObject(
	IntPtr list,
	int index
)

Parameters

list  IntPtr
Handle to a list of page objects.
index  Int32
The zero-based index of the item to remove.
See Also