Click or drag to resize

PdfiumFPDFPage_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 FPDFPage_RemoveObject(
	IntPtr page,
	int index
)

Parameters

page  IntPtr
Handle to a page. Returned by FPDFPage_New(IntPtr, Int32, Double, Double).
index  Int32
The zero-based index of the item to remove.
See Also