VintaSoft Imaging .NET SDK 15.1: 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();

Return Value

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