PrintProps

PrintProps class

Contains elements that control how the drawing page is formatted (appears) on the printer page.

Properties

NameTypeDescription
DelintA flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted loca
PageLeftMarginDoubleValueSpecifies the margin at the left of the printed page.
PageRightMarginDoubleValueSpecifies the margin at the right of the printed page.
PageTopMarginDoubleValueSpecifies the margin at the top of the printer page.
PageBottomMarginDoubleValueSpecifies the margin at the bottom of the printed page.
ScaleXDoubleValueSpecifies the percentage of magnification of the drawing page on the printer page, in the x (horizontal) direction.
ScaleYDoubleValueSpecifies the percentage of magnification of the drawing page on the printer page, in the y (vertical) direction.
PagesXIntValueDetermines the number of printer pages on which to fit the drawing page horizontally.
PagesYIntValueDetermines the number of printer pages on which to fit the drawing page vertically.
CenterXBoolValueDetermines whether the drawing page is centered horizontally on the printed page.
CenterYBoolValueDetermines whether the drawing page is centered vertically on the printed page.
OnPageBoolValueIndicates whether the drawing is printed on a specific number of printer pages.
PrintGridBoolValueSpecifies whether to print the grid when printing a document page.
PrintPageOrientationPrintPageOrientationDetermines whether the page is printed in portrait or landscape orientation.
PaperKindIntValueSpecifies the type of paper on which to print the page.
PaperSourceIntValueDetermines the paper source for the page.

Methods

NameDescription
deepCloneCreates deep copy of this instance.