VintaSoft Twain .NET SDK 15.4: 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();

Return Value

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