VintaSoft Barcode .NET SDK 15.1: Документация для Веб разработчика
Vintasoft.Shared Namespace / WebPdfRenderingSettingsJS type / equals Methods / equals(Vintasoft.Shared.WebPdfRenderingSettingsJS) Property
Синтаксис Совместимость с браузерами Смотрите также
В этом разделе
    equals(Vintasoft.Shared.WebPdfRenderingSettingsJS) Метод
    В этом разделе
    Determines whether the specified rendering settings is equal to the current rendering settings.
    Синтаксис
    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.
    Смотрите также