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

var returnValue; // Type: any

// Parameters
var value; // Type: boolean

returnValue = instance.set_CanExportAndDownloadFile(value);

Parameters

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