A Double type property. Gets and sets the height (the vertical size) of a document page.
Applies to: Document object
[[Let] ySizeRet =] object.PageSizeY [Let] object.PageSizeY = ySizeSet |
The PageSizeY property syntax has these parts:
Part | Description |
object | Required. An expression that returns a Document object. |
ySizeRet | Optional. A Double type variable. |
ySizeSet | Required. An expression that returns a Double value. The new value for the document page height. |
All pages of the document have the same height. The value of the page height is set in the internal units of ConceptDraw (InternalUnit).
The PageSizeY property can take only positive values. Changing the value of PageSizeY re-draws all pages of the document to reflect the new height. The value of the PageSizeY property can be also viewed and changed in the following dialog in ConceptDraw: "File->Document Properties->Page".
thisDoc.PageSizeY = 700 |
See Also |
PageSizeX property |