VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.UI.UIElements Namespace / WebUiUploadFileButtonJS type / set_OpenFile Property
Syntax BrowserCompatibility SeeAlso
In This Topic
set_OpenFile Method
In This Topic
Sets a value indicating whether uploaded file must be opened in viewer after file upload.
Syntax
var instance = new Vintasoft.Imaging.UI.UIElements.WebUiUploadFileButtonJS(settings);

var returnValue; // Type: any

// Parameters
var value; // Type: boolean

returnValue = instance.set_OpenFile(value);

Parameters

value
True - uploaded file must be opened in viewer after file upload; false - uploaded file must NOT be opened in viewer after file upload. Default value is True.
Browser Compatibility
56+
45+
11
See Also