VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.InteractiveForms Namespace / PdfDocumentInteractiveForm Class / AddField Methods / AddField(PdfInteractiveFormField,PdfInteractiveFormFieldList,PdfPage) Method
Syntax Requirements SeeAlso
In This Topic
    AddField(PdfInteractiveFormField,PdfInteractiveFormFieldList,PdfPage) Method (PdfDocumentInteractiveForm)
    In This Topic
    Adds a form field to the end of specified field list and adds the form field annotation(s) to end of annotation collection of specified PDF page.
    Syntax

    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.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also