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);
function set_CanExportAndDownloadFile(
: boolean
) : any;
Parameters
- value
- A value indicating whether control can export and download file.
Browser Compatibility
See Also