VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI.UIElements Namespace / WebUiUploadFileButtonJS type / get_OpenFile Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_OpenFile Method
    In This Topic
    Gets 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 value; // Type: boolean
    value = instance.get_OpenFile();
    
    
    function get_OpenFile() : boolean;
    

    Return 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