PrintProps class

PrintProps class

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

The PrintProps type exposes the following members:

Properties

PropertyDescription
page_left_marginSpecifies the margin at the left of the printed page.
page_right_marginSpecifies the margin at the right of the printed page.
page_top_marginSpecifies the margin at the top of the printer page.
page_bottom_marginSpecifies the margin at the bottom of the printed page.
scale_xSpecifies the percentage of magnification of the drawing page on the printer page, in the x (horizontal) direction.
scale_ySpecifies the percentage of magnification of the drawing page on the printer page, in the y (vertical) direction.
pages_xDetermines the number of printer pages on which to fit the drawing page horizontally.
pages_yDetermines the number of printer pages on which to fit the drawing page vertically.
center_xDetermines whether the drawing page is centered horizontally on the printed page.
center_yDetermines whether the drawing page is centered vertically on the printed page.
on_pageIndicates whether the drawing is printed on a specific number of printer pages.
print_gridSpecifies whether to print the grid when printing a document page.
print_page_orientationDetermines whether the page is printed in portrait or landscape orientation.
paper_kindSpecifies the type of paper on which to print the page.
paper_sourceDetermines the paper source for the page.

See Also