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

    Return Value

    A value indicating whether control can download file. Default value is True.
    Browser Compatibility
    56+
    45+
    11
    See Also