| Property Getters/Setters Summary | ||
|---|---|---|
| method | getCenterX() | |
| 
            Determines whether the drawing page is centered horizontally on the printed page.
              | ||
| method | getCenterY() | |
| 
            Determines whether the drawing page is centered vertically on the printed page.
              | ||
| method | getDel() | |
| method | setDel(value) | |
| A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally. The value of the property is BOOL integer constant. | ||
| method | getOnPage() | |
| 
            Indicates whether the drawing is printed on a specific number of printer pages.
              | ||
| method | getPageBottomMargin() | |
| 
            Specifies the margin at the bottom of the printed page.
              | ||
| method | getPageLeftMargin() | |
| 
            Specifies the margin at the left of the printed page.
              | ||
| method | getPageRightMargin() | |
| 
            Specifies the margin at the right of the printed page.
              | ||
| method | getPagesX() | |
| 
            Determines the number of printer pages on which to fit the drawing page horizontally.
              | ||
| method | getPagesY() | |
| 
            Determines the number of printer pages on which to fit the drawing page vertically.
              | ||
| method | getPageTopMargin() | |
| 
            Specifies the margin at the top of the printer page.
              | ||
| method | getPaperKind() | |
| 
            Specifies the type of paper on which to print the page.
              | ||
| method | getPaperSource() | |
| 
            Determines the paper source for the page.
              | ||
| method | getPrintGrid() | |
| 
            Specifies whether to print the grid when printing a document page.
              | ||
| method | getPrintPageOrientation() | |
| 
            Determines whether the page is printed in portrait or landscape orientation.
              | ||
| method | getScaleX() | |
| 
            Specifies the percentage of magnification of the drawing page on the printer page, in the x (horizontal) direction.
              | ||
| method | getScaleY() | |
| 
            Specifies the percentage of magnification of the drawing page on the printer page, in the y (vertical) direction.
              | ||
| Method Summary | ||
|---|---|---|
| method | deepClone() | |
| 
            Creates deep copy of this instance.
             | ||
int getDel() / setDel(value)
DoubleValue getPageLeftMargin()
DoubleValue getPageRightMargin()
DoubleValue getPageTopMargin()
DoubleValue getPageBottomMargin()
DoubleValue getScaleX()
DoubleValue getScaleY()
IntValue getPagesX()
IntValue getPagesY()
BoolValue getCenterX()
BoolValue getCenterY()
BoolValue getOnPage()
BoolValue getPrintGrid()
PrintPageOrientation getPrintPageOrientation()
IntValue getPaperKind()