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

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
See Also