VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfRedactionMarkAppearanceJS type / set_TextAlignment Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_TextAlignment Method
    In This Topic
    Sets an overlay text alignment.
    Syntax
    var instance = new Vintasoft.Imaging.Pdf.WebPdfRedactionMarkAppearanceJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: object
    
    returnValue = instance.set_TextAlignment(value);
    
    
    function set_TextAlignment(
    value
    Overlay text alignment. Default value is "Center".
    : object
    ) : any;

    Parameters

    value
    Overlay text alignment. Default value is "Center".
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    56+
    45+
    11
    See Also