VintaSoft Barcode .NET SDK 15.1: Документация для Веб разработчика
Vintasoft.Shared Namespace / WebRenderingSettingsJS type / set_Resolution Property
Синтаксис Exceptions Совместимость с браузерами Смотрите также
В этом разделе
    set_Resolution Метод
    В этом разделе
    Sets the resolution, in pixels per inch, for image rendering.
    Синтаксис
    var instance = new Vintasoft.Shared.WebRenderingSettingsJS(resolution, interpolationMode, smoothingMode);
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: WebResolutionJS
    
    returnValue = instance.set_Resolution(value);
    
    
    function set_Resolution(
    value
    WebResolutionJS object that represents image resolution, in pixels per inch, for image rendering.
    : WebResolutionJS
    ) : any;

    Parameters

    value
    WebResolutionJS object that represents image resolution, in pixels per inch, for image rendering.
    Исключения
    ИсключениеОписание
    Thrown if argument has wrong type.
    Thrown if resolution is equal or less than 0.
    Смотрите также