VintaSoft Twain .NET SDK 15.0: Documentation for Web developer
Vintasoft.Shared Namespace / WebPdfRenderingSettingsJS type / equals Methods / equals(Vintasoft.Shared.WebPdfRenderingSettingsJS) Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    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);
    
    
    function equals(
    temp
    The rendering settings to compare with the current rendering settings.
    : WebPdfRenderingSettingsJS
    ) : boolean;

    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
    See Also