VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebVintasoftFontPropertiesJS type
Members Syntax Hierarchy BrowserCompatibility SeeAlso
In This Topic
WebVintasoftFontPropertiesJS type
In This Topic
Represents the font properties.
Syntax
// Parameters
var name; // Type: string
var size; // Type: number
var color; // Type: string
var isBold; // Type: boolean
var isItalic; // Type: boolean
var isUnderline; // Type: boolean
var isStrikeout; // Type: boolean

var instance = new Vintasoft.Imaging.Dicom.WebVintasoftFontPropertiesJS(name, size, color, isBold, isItalic, isUnderline, isStrikeout);

Inheritance Hierarchy

Object
   Vintasoft.Imaging.Dicom.WebVintasoftFontPropertiesJS

Browser Compatibility
56+
45+
11
See Also