VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI.Dialogs Namespace / WebImageSelectionDialogJS type / getSelectedImages Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    getSelectedImages Method
    In This Topic
    Gets the selected images.
    Syntax
    var instance = new Vintasoft.Imaging.UI.Dialogs.WebImageSelectionDialogJS();
    
    var value; // Type: Vintasoft.Shared.WebImageJS[]
    value = instance.getSelectedImages();
    
    
    function getSelectedImages() : WebImageJS[];
    

    Return Value

    Array of selected images OR null if error occured.
    Browser Compatibility
    56+
    45+
    11
    See Also