VintaSoft Twain .NET SDK 15.0: Документация для Веб разработчика
Vintasoft.Shared Namespace / WebImageCollectionJS type / addFile Methods / addFile(Vintasoft.Shared.WebFileInfoJS) Property
Синтаксис Exceptions Совместимость с браузерами Смотрите также
В этом разделе
    addFile(Vintasoft.Shared.WebFileInfoJS) Метод
    В этом разделе
    Sends an asynchronous request to a server, gets information about images, which are stored in files on server, 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.addFile(fileId);
    
    
    function addFile(
    fileId
    Экземпляр класса WebFileInfoJS.
    : WebFileInfoJS
    ) : any;

    Parameters

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