VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebFreeTextAnnotationViewJS type / set_Font Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_Font Method
In This Topic
Sets the font of the text.
Syntax
var instance = new Vintasoft.Imaging.Annotation.UI.WebFreeTextAnnotationViewJS();

var returnValue; // Type: any

// Parameters
var value; // Type: WebAnnotationFontJS

returnValue = instance.set_Font(value);

Parameters

value
The WebAnnotationFontJS of the text.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
56+
45+
11
See Also