VintaSoft Imaging .NET SDK 14.1: Документация для Веб разработчика
Vintasoft.Shared Namespace / WebImageCollectionJS type / openFile Methods / openFile(Vintasoft.Shared.WebFileInfoJS) Property
Syntax Exceptions BrowserCompatibility SeeAlso
    openFile(Vintasoft.Shared.WebFileInfoJS) Метод
    Sends an asynchronous request to a server, gets information about images, which are stored in files on server, clears the image collection and adds images to the image collection. This function uses web service specified by WebServiceJS.defaultImageCollectionService property.
    Синтаксис
    var instance = new Vintasoft.Shared.WebImageCollectionJS();
    
    var value; // Type: any
    
    // Parameters
    var fileId; // Type: WebFileInfoJS
    
    value = instance.openFile(fileId);
    
    

    Parameters

    fileId
    Экземпляр класса WebFileInfoJS.
    Исключения
    ИсключениеОписание
    Выбрасывается, если аргументы имеют неверные типы.
    Смотрите также