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

    Parameters

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