VintaSoft Barcode .NET SDK 15.1: Documentation for Web developer
Vintasoft.Shared Namespace / WebPdfRenderingSettingsJS type / equals Methods / equals(Vintasoft.Shared.WebPdfRenderingSettingsJS) Property
Syntax BrowserCompatibility SeeAlso
equals(Vintasoft.Shared.WebPdfRenderingSettingsJS) Method
Determines whether the specified rendering settings is equal to the current rendering settings.
Syntax
var instance = new Vintasoft.Shared.WebPdfRenderingSettingsJS(resolution, interpolationMode, smoothingMode);

var value; // Type: boolean

// Parameters
var temp; // Type: WebPdfRenderingSettingsJS

value = instance.equals(temp);

Parameters

temp
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.
Browser Compatibility
9
5
11
5
See Also