Class PageProps

PageProps class

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

public class PageProps

Properties

NameDescription
Del { get; set; }A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally.
DrawingResizeType { get; }Determines whether the drawing page resizes automatically to fit the diagram.
DrawingScale { get; }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.
DrawingScaleType { get; }Specifies the type of drawing scale to use for a page.
DrawingSizeType { get; }Specifies the drawing size of a page.
InhibitSnap { get; }Specifies whether the shapes on a foreground page snap to other objects on the page and shapes on the background page.
PageHeight { get; }Specifies the height of the page in drawing units.
PageScale { get; }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.
PageWidth { get; }Specifies the width of the page in drawing units.
ShdwObliqueAngle { get; }Contains a number that specifies the angle of oblique direction when the default page shadow type is applied.
ShdwOffsetX { get; }Specifies the distance in page units that a shape’s drop shadow is offset horizontally from the shape.
ShdwOffsetY { get; }Specifies the distance in page units that a shape’s drop shadow is offset vertically from the shape.
ShdwScaleFactor { get; }Specifies the percentage to enlarge or reduce a shape’s shadow.
ShdwType { get; }Indicates the default shadow type for a page.
UIVisibility { get; }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

Methods

NameDescription
Clone()Creates deep copy of this instance.

See Also