VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebAnnotationTextPropertiesJS type / get_FontTransparent Property
Syntax BrowserCompatibility SeeAlso
In This Topic
get_FontTransparent Method
In This Topic
Gets a value indicating whether the annotation font is transparent.
Syntax
var instance = new Vintasoft.Imaging.Annotation.UI.WebAnnotationTextPropertiesJS();

var value; // Type: boolean
value = instance.get_FontTransparent();

Return Value

True - annotation font is transparent; False - annotation font is not transparent. Default value is False.
Browser Compatibility
56+
45+
11
See Also