VintaSoft Imaging .NET SDK 15.0: Documentation for Web developer
Vintasoft.Imaging.Office.UI Namespace / WebDocumentParagraphIndentationPropertiesJS type / get_Right Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_Right Method
    In This Topic
    Gets the paragraph right indentation, in Device Independed Pixels (DIP).
    Syntax
    var instance = new Vintasoft.Imaging.Office.UI.WebDocumentParagraphIndentationPropertiesJS();
    
    var value; // Type: number
    value = instance.get_Right();
    
    
    function get_Right() : number;
    

    Return Value

    The paragraph right indentation, in Device Independed Pixels (DIP).
    Browser Compatibility
    56+
    45+
    11
    See Also