'Declaration Public Overloads Sub AddField( _
ByVal fieldThe field to add.As PdfInteractiveFormField, _
ByVal fieldsThe field list where the field must be added.As PdfInteractiveFormFieldList, _
ByVal pageA PDF page where the form field annotation(s) must be added.As Vintasoft.Imaging.Pdf.Tree.PdfPage _
)
public void AddField(
PdfInteractiveFormField field,
PdfInteractiveFormFieldList fields,
Vintasoft.Imaging.Pdf.Tree.PdfPage page
)
public: void AddField(
PdfInteractiveFormField* field,
PdfInteractiveFormFieldList* fields,
Vintasoft.Imaging.Pdf.Tree.PdfPage* page
)
Parameters
- field
- The field to add.
- fields
- The field list where the field must be added.
- page
- A PDF page where the form field annotation(s) must be added.