VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebAnnotationFontJS type
Members Syntax Hierarchy BrowserCompatibility SeeAlso
In This Topic
WebAnnotationFontJS type
In This Topic
Defines a font, which can be used for drawing text of the annotation.
Syntax
// Parameters
var size; // Type: number
var familyName; // Type: string
var italic; // Type: boolean
var bold; // Type: boolean
var strikeout; // Type: boolean
var underline; // Type: boolean
var unit; // Type: WebAnnotationFontUnitEnumJS

var instance = new Vintasoft.Imaging.Annotation.UI.WebAnnotationFontJS(size, familyName, italic, bold, strikeout, underline, unit);

Inheritance Hierarchy

Object
   Vintasoft.Imaging.Annotation.UI.WebAnnotationFontJS

Browser Compatibility
56+
45+
11
See Also