Click or drag to resize

PdfFieldCollection Insert Method

Inserts the the field at the specified index.

Namespace: Spire.Pdf.Fields
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public void Insert(
	int index,
	PdfField field
)

Parameters

index
Type: System Int32
The index of the field.
field
Type: Spire.Pdf.Fields PdfField
The field which should be inserted at the specified index.
See Also