PdfFieldCollection
Add Method
|
Adds the specified field.
Namespace:
Spire.Pdf.Fields
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public int Add(
PdfField field
)
Public Function Add (
field As PdfField
) As Integer
public:
int Add(
PdfField^ field
)
member Add :
field : PdfField -> int
Parameters
-
field
-
Type:
Spire.Pdf.Fields
PdfField
The field item which is added in the PDF form.
Return Value
Type:
Int32
The field to be added on the page.
See Also