VintaSoft Twain .NET SDK 15.0: Documentation for Web developer
Vintasoft.Shared Namespace / WebImageCollectionJS type / openFiles Methods / openFiles(Vintasoft.Shared.WebFileInfoJS[],Vintasoft.Shared.WebServiceJS) Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    openFiles(Vintasoft.Shared.WebFileInfoJS[],Vintasoft.Shared.WebServiceJS) Method
    In This Topic
    Sends an asynchronous request to a server, gets information about images, which are stored in files on server, and clears the image collection and adds images to the image collection.
    Syntax
    var instance = new Vintasoft.Shared.WebImageCollectionJS();
    
    var value; // Type: any
    
    // Parameters
    var fileIds; // Type: WebFileInfoJS[]
    var service; // Type: WebServiceJS
    
    value = instance.openFiles(fileIds, service);
    
    
    function openFiles(
    fileIds
    An array of instances of WebFileInfoJS class.
    : WebFileInfoJS[],
    service
    WebServiceJS, which allows to manage an image collection.
    : WebServiceJS
    ) : any;

    Parameters

    fileIds
    An array of instances of WebFileInfoJS class.
    service
    WebServiceJS, which allows to manage an image collection.
    Browser Compatibility
    9
    See Also