Adds the specified field.

Namespace: Spire.Pdf.Fields
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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
PdfField
The field item which is added in the PDF form.

Return Value

Int32
The field to be added on the page.

See Also