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

    Parameters

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