VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI.UIElements Namespace / WebUiControlSettingsJS type / get_CanExportAndDownloadFile Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_CanExportAndDownloadFile Method
    In This Topic
    Gets a value indicating whether control can export and download file.
    Syntax
    var instance = new Vintasoft.Imaging.UI.UIElements.WebUiControlSettingsJS(containerId);
    
    var value; // Type: boolean
    value = instance.get_CanExportAndDownloadFile();
    
    
    function get_CanExportAndDownloadFile() : boolean;
    

    Return Value

    A value indicating whether control can export and download file. Default value if False.
    Browser Compatibility
    56+
    45+
    11
    See Also