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

var returnValue; // Type: any

// Parameters
var value; // Type: boolean

returnValue = instance.set_AutoFontSize(value);

Parameters

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