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

var value; // Type: number
value = instance.get_PageWidth();

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