VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI Namespace / WebImageViewerJS type / get_Images Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_Images Method
    In This Topic
    Gets the image collection associated with the viewer.
    Syntax
    var instance = new Vintasoft.Imaging.UI.WebImageViewerJS(controlId);
    
    var value; // Type: Vintasoft.Shared.WebImageCollectionJS
    value = instance.get_Images();
    
    
    function get_Images() : WebImageCollectionJS;
    

    Return Value

    Browser Compatibility
    56+
    45+
    11
    See Also