VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.InteractiveForms Namespace / PdfInteractiveFormField Class / IsTerminalField Property
Syntax Requirements SeeAlso
In This Topic
    IsTerminalField Property (PdfInteractiveFormField)
    In This Topic
    Gets or sets a value indicating whether the field is terminal field (leaf node in fields tree).
    Syntax
    'Declaration
    
    <BrowsableAttribute(False)>
    Public Property IsTerminalField As Boolean
    
    
    [Browsable(False)]
    public bool IsTerminalField { get; set; }
    
    
    [Browsable(False)]
    public: __property bool get_IsTerminalField();
    public: __property void set_IsTerminalField(
    bool value
    );
    [Browsable(False)]
    public:
    property bool IsTerminalField { bool get(); void set(bool value); }

    Property Value

    true - the field is terminal field (leaf node in fields tree); false - the field is NOT terminal field.
    Requirements

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

    See Also