VintaSoft Barcode .NET SDK 15.1: Documentation for Web developer
Vintasoft.Shared Namespace / WebPageLayoutSettingsJS type / set_PageHeight Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_PageHeight Method
    In This Topic
    Sets height, in millimeters, of a document page.
    Syntax
    var instance = new Vintasoft.Shared.WebPageLayoutSettingsJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: number
    
    returnValue = instance.set_PageHeight(value);
    
    
    function set_PageHeight(
    value
    Height, in millimeters, of a document page. Default value is null (height from document is used).
    : number
    ) : any;

    Parameters

    value
    Height, in millimeters, of a document page. Default value is null (height from document is used).
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    9
    5
    11
    5
    See Also