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

    Return Value

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