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

    Return Value

    Width, in millimeters, of a document page. Default value is null (width from document is used).
    Browser Compatibility
    56+
    45+
    11
    See Also