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

PropertyDescription
page_widthSpecifies the width of the page in drawing units.
page_heightSpecifies the height of the page in drawing units.
shdw_offset_xSpecifies the distance in page units that a shape’s drop shadow is offset horizontally from the shape.
shdw_offset_ySpecifies the distance in page units that a shape’s drop shadow is offset vertically from the shape.
page_scaleSpecifies 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_scaleRepresents 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_typeSpecifies the drawing size of a page.
drawing_scale_typeSpecifies the type of drawing scale to use for a page.
inhibit_snapSpecifies whether the shapes on a foreground page snap to other objects on the page and shapes on the background page.
ui_visibilityDetermines 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_typeIndicates the default shadow type for a page.
shdw_oblique_angleContains a number that specifies the angle of oblique direction when the default page shadow type is applied.
shdw_scale_factorSpecifies the percentage to enlarge or reduce a shape’s shadow.
drawing_resize_typeDetermines whether the drawing page resizes automatically to fit the diagram.

Methods

MethodDescription
clone()Creates deep copy of this instance.

See Also