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

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

Return Value

True - the annotation's font size depends on the annotation size; False - the annotation's font size does not depend on the annotation size. Default value is False.
Browser Compatibility
56+
45+
11
See Also