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

var value; // Type: string
value = instance.get_TextAlign();

Return Value

The WebTextAlignEnumJS of text in the annotation. Default value is "TopLeft".
Browser Compatibility
56+
45+
11
See Also