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

Return Value

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