Click or drag to resize

PdfiumFPDFFormContent_RemoveObject Method

Removes object from content object at the specified index.

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

Parameters

contentObject  IntPtr
Handle to form object returned by FPDFFormObj_GetFormContent(IntPtr)
index  Int32
The zero-based index of the item to remove.
See Also