equals(Vintasoft.Shared.WebPdfRenderingSettingsJS) Method
In This Topic
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
See Also