PageProps class

PageProps class

Contains cells that control page attributes, such as the page width, height, and scale.

The PageProps type exposes the following members:

Properties

Property Description
page_width Specifies the width of the page in drawing units.
page_height Specifies the height of the page in drawing units.
shdw_offset_x Specifies the distance in page units that a shape’s drop shadow is offset horizontally from the shape.
shdw_offset_y Specifies the distance in page units that a shape’s drop shadow is offset vertically from the shape.
page_scale Specifies the value of the default page unit in the current drawing scale. The drawing scale for the page is the ratio of the page unit in the PageScale element to the drawing unit shown in the DrawingScale element.
drawing_scale Represents the value of the drawing unit in the current drawing scale. The drawing scale for the page is the ratio of the page unit contained in the PageScale element to the drawing unit. The units of this element determine default length (DL) units for the page.
drawing_size_type Specifies the drawing size of a page.
drawing_scale_type Specifies the type of drawing scale to use for a page.
inhibit_snap Specifies whether the shapes on a foreground page snap to other objects on the page and shapes on the background page.
ui_visibility Determines whether the page name is exposed in the user interface (UI).
A value of one specifies that the page is not visible; a value of zero specifies the page is visible
shdw_type Indicates the default shadow type for a page.
shdw_oblique_angle Contains a number that specifies the angle of oblique direction when the default page shadow type is applied.
shdw_scale_factor Specifies the percentage to enlarge or reduce a shape’s shadow.
drawing_resize_type Determines whether the drawing page resizes automatically to fit the diagram.

Methods

Method Description
clone() Creates deep copy of this instance.

See Also