VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebAnnotationFontJS type / equals Property
Syntax BrowserCompatibility SeeAlso
In This Topic
equals Method
In This Topic
Determines that this annotation font is equals to the specified annotation font.
Syntax
var instance = new Vintasoft.Imaging.Annotation.UI.WebAnnotationFontJS(size, familyName, italic, bold, strikeout, underline, unit);

var value; // Type: boolean

// Parameters
var font; // Type: WebAnnotationFontJS

value = instance.equals(font);

Parameters

font
Annotation font.

Return Value

True - this annotation font and the specified annotation font are equal; False - this annotation font and the specified annotation font are NOT equal.
Browser Compatibility
56+
45+
11
See Also