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
)
Public Sub Insert (
index As Integer,
field As PdfField
)
public:
void Insert(
int index,
PdfField^ field
)
member Insert :
index : int *
field : PdfField -> unit
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