VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI Namespace / WebDocumentViewerBaseJS type / getImages Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    getImages Method
    In This Topic
    Returns an image collection, which is associated with the document viewer.
    Syntax
    var instance = new Vintasoft.Imaging.UI.WebDocumentViewerBaseJS(settings);
    
    var value; // Type: Vintasoft.Shared.WebImageCollectionJS
    value = instance.getImages();
    
    
    function getImages() : WebImageCollectionJS;
    

    Return Value

    Browser Compatibility
    56+
    45+
    11
    See Also