VintaSoft Barcode .NET SDK 15.1: Документация для Веб разработчика
Vintasoft.Shared Namespace / WebCompositeRenderingSettingsJS type / set_InterpolationMode Property
Синтаксис Exceptions Совместимость с браузерами Смотрите также
В этом разделе
    set_InterpolationMode Метод
    В этом разделе
    Sets the interpolation mode for image rendering.
    Синтаксис
    var instance = new Vintasoft.Shared.WebCompositeRenderingSettingsJS(settings);
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: WebInterpolationModeEnumJS
    
    returnValue = instance.set_InterpolationMode(value);
    
    
    function set_InterpolationMode(
    value
    An instance of WebInterpolationModeEnumJS class that represents interpolation mode for image rendering.
    : WebInterpolationModeEnumJS
    ) : any;

    Parameters

    value
    An instance of WebInterpolationModeEnumJS class that represents interpolation mode for image rendering.
    Исключения
    ИсключениеОписание
    Thrown if argument has wrong type.
    Смотрите также