VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.InteractiveForms Namespace / PdfInteractiveFormEditorManager Class / Remove Methods / Remove(PdfInteractiveFormField) Method
Syntax Requirements SeeAlso
In This Topic
    Remove(PdfInteractiveFormField) Method (PdfInteractiveFormEditorManager)
    In This Topic
    Deletes the field and all children from interactive form tree, also removes all widget annotations of deleted subtree from annotations of PDF pages.
    Syntax
    'Declaration
    
    Public Overloads Function Remove( _
    ByVal field
    The field to remove.
    As PdfInteractiveFormField _
    ) As Boolean

    Parameters

    field
    The field to remove.

    Return Value

    True if field removed; otherwise, false.
    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