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);
function set_PageHeight(
: number
) : any;
Parameters
- value
- Height, in millimeters, of a document page. Default value is null (height from document is used).
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also