VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfInteractiveFormFieldJS type / get_IsTerminalField Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_IsTerminalField Method
    In This Topic
    Gets a value indicating whether the field is terminal field (leaf node in fields tree).
    Syntax
    var instance = new Vintasoft.Imaging.Pdf.WebPdfInteractiveFormFieldJS(document, name);
    
    var value; // Type: boolean
    value = instance.get_IsTerminalField();
    
    
    function get_IsTerminalField() : boolean;
    

    Return Value

    A value indicating whether the field is terminal field (leaf node in fields tree). true - the field is terminal field (leaf node in fields tree); false - the field is NOT terminal field.
    Browser Compatibility
    56+
    45+
    11
    See Also