VintaSoft Twain .NET SDK 15.4: Документация для Веб разработчика
Vintasoft.Shared Namespace / WebRenderingSettingsJS type / set_SmoothingMode Property
Синтаксис Exceptions Совместимость с браузерами Смотрите также
В этом разделе
set_SmoothingMode Метод
В этом разделе
Sets the smoothing mode for image rendering.
Синтаксис
var instance = new Vintasoft.Shared.WebRenderingSettingsJS(resolution, interpolationMode, smoothingMode);

var returnValue; // Type: any

// Parameters
var value; // Type: WebSmoothingModeEnumJS

returnValue = instance.set_SmoothingMode(value);

Parameters

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