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

    Return Value

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