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

    Return Value

    Height, in millimeters, of a document page. Default value is null (height from document is used).
    Browser Compatibility
    9
    5
    11
    5
    See Also