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

    Return Value

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