PageFormat Object
Represents the format of pages in a Score Object.
The PageFormat object describing the page format of a score can be obtained with:
var fmt = score.pageFormat;
where score is a Score object.
(Formally, a new PageFormat could be created with:
var fmt = new PageFormat();
but such an object would be useless.)
See also:
Properties
| Name | Type | Description |
|---|---|---|
| width | double | page width in mm (read-only). |
| height | double | page height in mm (read-only). |
| landscape | bool | true if the score has a landscape orientation (read-only). |
| twosided | bool | true if the score is two-sided (read-only). |
Methods
None.