VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Shared Namespace / WebPageLayoutSettingsJS type / get_PagePadding Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_PagePadding Method
    In This Topic
    Gets padding, in millimeters, of a document page.
    Syntax
    var instance = new Vintasoft.Shared.WebPageLayoutSettingsJS();
    
    var value; // Type: number
    value = instance.get_PagePadding();
    
    
    function get_PagePadding() : number;
    

    Return Value

    Padding, in millimeters, of a document page. Default value is null (padding is not specified).
    Browser Compatibility
    56+
    45+
    11
    See Also