Click or drag to resize

PdfiumFPDFFormContent_InsertObject Method

Insert specified page object into content object

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

Parameters

contentObject  IntPtr
Handle to form object returned by FPDFFormObj_GetFormContent(IntPtr)
newObject  IntPtr
Handle to page object which will be inserted
index  Int32
The zero-based index at which the object should be inserted.
Remarks
Caution note  Caution
If you insert the same objects multiple times, then an error will occur during disposing those objects.
See Also