VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.InteractiveForms Namespace / PdfDocumentInteractiveForm Class / AddField Methods / AddField(PdfInteractiveFormField,PdfPage) Method
Syntax Requirements SeeAlso
In This Topic
    AddField(PdfInteractiveFormField,PdfPage) Method (PdfDocumentInteractiveForm)
    In This Topic
    Adds a form field to the end of Fields list and adds the form field annotation(s) to end of annotation collection of specified PDF page.
    Syntax
    'Declaration
    
    Public Overloads Sub AddField( _
    ByVal field
    The field to add.
    As PdfInteractiveFormField, _
    ByVal page
    A PDF page where the form field annotation(s) must be added.
    As Vintasoft.Imaging.Pdf.Tree.PdfPage _
    )

    Parameters

    field
    The field to add.
    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