PageProps Class

Contains cells that control page attributes, such as the page width, height, and scale.
Inheritance Hierarchy
SystemObject
  Aspose.DiagramPageProps

Namespace:  Aspose.Diagram
Assembly:  Aspose.Diagram (in Aspose.Diagram.dll) Version: 20.3.0.0 (20.3)
Syntax
public class PageProps

The PageProps type exposes the following members.

Properties
  NameDescription
Public propertyDel
A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally.
Public propertyDrawingResizeType
Determines whether the drawing page resizes automatically to fit the diagram.
Public propertyDrawingScale
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.
Public propertyDrawingScaleType
Specifies the type of drawing scale to use for a page.
Public propertyDrawingSizeType
Specifies the drawing size of a page.
Public propertyInhibitSnap
Specifies whether the shapes on a foreground page snap to other objects on the page and shapes on the background page.
Public propertyPageHeight
Specifies the height of the page in drawing units.
Public propertyPageScale
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.
Public propertyPageWidth
Specifies the width of the page in drawing units.
Public propertyShdwObliqueAngle
Contains a number that specifies the angle of oblique direction when the default page shadow type is applied.
Public propertyShdwOffsetX
Specifies the distance in page units that a shape's drop shadow is offset horizontally from the shape.
Public propertyShdwOffsetY
Specifies the distance in page units that a shape's drop shadow is offset vertically from the shape.
Public propertyShdwScaleFactor
Specifies the percentage to enlarge or reduce a shape's shadow.
Public propertyShdwType
Indicates the default shadow type for a page.
Public propertyUIVisibility
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
Public methodClone
Creates deep copy of this instance.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also