VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI.Dialogs Namespace / WebExportFileSettingsDialogJS type / get_SupportAnnotations Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_SupportAnnotations Method
    In This Topic
    Gets a value indicating whether dialog must show UI-elements, which allow to export annotations with file.
    Syntax
    var instance = new Vintasoft.Imaging.UI.Dialogs.WebExportFileSettingsDialogJS();
    
    var value; // Type: boolean
    value = instance.get_SupportAnnotations();
    
    
    function get_SupportAnnotations() : boolean;
    

    Return Value

    A value indicating whether dialog must show UI-elements, which allow to export annotations with file. Default value is true if web document viewer contains web annotation viewer; otherwise, the default value is false.
    Browser Compatibility
    56+
    45+
    11
    See Also