VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfRedactionMarkAppearanceJS type / get_TextAlignment Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_TextAlignment Method
    In This Topic
    Gets an overlay text alignment.
    Syntax
    var instance = new Vintasoft.Imaging.Pdf.WebPdfRedactionMarkAppearanceJS();
    
    var value; // Type: object
    value = instance.get_TextAlignment();
    
    
    function get_TextAlignment() : object;
    

    Return Value

    Overlay text alignment. Default value is "Center".
    Browser Compatibility
    56+
    45+
    11
    See Also