VintaSoft Twain .NET SDK 15.0: Documentation for Web developer
Vintasoft.Twain Namespace / WebAcquiredImageCollectionJS type / get_Count Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_Count Method
    In This Topic
    Gets count of images in image collection.
    Syntax
    var instance = new Vintasoft.Twain.WebAcquiredImageCollectionJS(twainDeviceManager);
    
    var value; // Type: number
    value = instance.get_Count();
    
    
    function get_Count() : number;
    

    Return Value

    Count of images in image collection.
    Browser Compatibility
    9
    See Also