VintaSoft Barcode .NET SDK 15.1: Документация для Веб разработчика
Vintasoft.Shared Namespace / WebImageCollectionJS type / setDecodingSettings Methods / setDecodingSettings(Vintasoft.Shared.WebDecodingSettingsJS) Property
Синтаксис Exceptions Совместимость с браузерами Смотрите также
В этом разделе
    setDecodingSettings(Vintasoft.Shared.WebDecodingSettingsJS) Метод
    В этом разделе
    Sets the decoding settings for all images from this collection.
    Синтаксис
    var instance = new Vintasoft.Shared.WebImageCollectionJS();
    
    var value; // Type: any
    
    // Parameters
    var value; // Type: WebDecodingSettingsJS
    
    value = instance.setDecodingSettings(value);
    
    
    function setDecodingSettings(
    value
    WebDecodingSettingsJS for all images from this collection.
    : WebDecodingSettingsJS
    ) : any;

    Parameters

    value
    WebDecodingSettingsJS for all images from this collection.
    Исключения
    ИсключениеОписание
    Thrown if argument has wrong type.
    Смотрите также