VintaSoft Imaging .NET SDK 14.0: 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);
    
    
    function set_OpenFile(
    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.
    : boolean
    ) : any;

    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