VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Processing Namespace / PdfDocumentCopyCommand Class / SetInteractiveFormFieldsContainer(String) Method
Syntax Requirements SeeAlso
In This Topic
    SetInteractiveFormFieldsContainer(String) Method (PdfDocumentCopyCommand)
    In This Topic
    Sets the interactive form fields container, where interactive form field tree from target PDF document must be added to the source PDF document.
    Syntax
    'Declaration
    
    Public Function SetInteractiveFormFieldsContainer( _
    ByVal fieldName
    Name of the field that must be used as container (root) for fields added from target PDF document.
    As System.String _
    ) As Vintasoft.Imaging.Pdf.Tree.InteractiveForms.PdfInteractiveFormField
    public Vintasoft.Imaging.Pdf.Tree.InteractiveForms.PdfInteractiveFormField SetInteractiveFormFieldsContainer(
    System.String fieldName
    )
    public: Vintasoft.Imaging.Pdf.Tree.InteractiveForms.PdfInteractiveFormField* SetInteractiveFormFieldsContainer(
    System.String fieldName
    )
    public:
    Vintasoft.Imaging.Pdf.Tree.InteractiveForms.PdfInteractiveFormField^ SetInteractiveFormFieldsContainer(
    System.String fieldName
    )

    Parameters

    fieldName
    Name of the field that must be used as container (root) for fields added from target PDF document.

    Return Value

    The interactive form fields container.
    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