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

    Return Value

    The size, in Device Independed Pixels (DIP), of the indentation that should be removed for the first line of a paragraph.
    Browser Compatibility
    56+
    45+
    11
    See Also