VintaSoft Twain .NET SDK 15.4: Документация для Веб разработчика
Vintasoft.Shared Namespace / WebRenderingSettingsJS type / equals Property
Синтаксис Совместимость с браузерами Смотрите также
В этом разделе
equals Метод
В этом разделе
Determines whether the specified rendering settings is equal to the current rendering settings.
Синтаксис
var instance = new Vintasoft.Shared.WebRenderingSettingsJS(resolution, interpolationMode, smoothingMode);

var value; // Type: boolean

// Parameters
var value; // Type: WebRenderingSettingsJS

value = instance.equals(value);

Parameters

value
The rendering settings to compare with the current rendering settings.

Return Value

True if the specified object is equal to the current object; otherwise, false.
Смотрите также