VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebFreeTextAnnotationViewJS type / set_TextAlign Property
Syntax Exceptions BrowserCompatibility SeeAlso
set_TextAlign Method
Sets the alignment of text in the annotation.
Syntax
var instance = new Vintasoft.Imaging.Annotation.UI.WebFreeTextAnnotationViewJS();

var returnValue; // Type: any

// Parameters
var value; // Type: string

returnValue = instance.set_TextAlign(value);

Parameters

value
The WebTextAlignEnumJS of text in the annotation. Default value is "TopLeft".
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
56+
45+
11
See Also