Property Getters/Setters Summary | ||
---|---|---|
function | getCenterX() | |
Determines whether the drawing page is centered horizontally on the printed page. | ||
function | getCenterY() | |
Determines whether the drawing page is centered vertically on the printed page. | ||
function | getDel() | |
function | 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. | ||
function | getOnPage() | |
Indicates whether the drawing is printed on a specific number of printer pages. | ||
function | getPageBottomMargin() | |
Specifies the margin at the bottom of the printed page. | ||
function | getPageLeftMargin() | |
Specifies the margin at the left of the printed page. | ||
function | getPageRightMargin() | |
Specifies the margin at the right of the printed page. | ||
function | getPagesX() | |
Determines the number of printer pages on which to fit the drawing page horizontally. | ||
function | getPagesY() | |
Determines the number of printer pages on which to fit the drawing page vertically. | ||
function | getPageTopMargin() | |
Specifies the margin at the top of the printer page. | ||
function | getPaperKind() | |
Specifies the type of paper on which to print the page. | ||
function | getPaperSource() | |
Determines the paper source for the page. | ||
function | getPrintGrid() | |
Specifies whether to print the grid when printing a document page. | ||
function | getPrintPageOrientation() | |
Determines whether the page is printed in portrait or landscape orientation. | ||
function | getScaleX() | |
Specifies the margin at the bottom of the printed page. | ||
function | getScaleY() | |
Specifies the percentage of magnification of the drawing page on the printer page, in the y (vertical) direction. |
Property Getters/Setters Detail |
---|
getDel/setDel : Number | |
function getDel() / function setDel(value) |
getPageLeftMargin : DoubleValue | |
function getPageLeftMargin() |
getPageRightMargin : DoubleValue | |
function getPageRightMargin() |
getPageTopMargin : DoubleValue | |
function getPageTopMargin() |
getPageBottomMargin : DoubleValue | |
function getPageBottomMargin() |
getScaleX : DoubleValue | |
function getScaleX() |
getScaleY : DoubleValue | |
function getScaleY() |
getPagesX : IntValue | |
function getPagesX() |
getPagesY : IntValue | |
function getPagesY() |
getCenterX : BoolValue | |
function getCenterX() |
getCenterY : BoolValue | |
function getCenterY() |
getOnPage : BoolValue | |
function getOnPage() |
getPrintGrid : BoolValue | |
function getPrintGrid() |
getPrintPageOrientation : PrintPageOrientation | |
function getPrintPageOrientation() |
getPaperKind : IntValue | |
function getPaperKind() |
getPaperSource : IntValue | |
function getPaperSource() |