Class PrintProps

PrintProps class

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

public class PrintProps

Properties

NameDescription
CenterX { get; }Determines whether the drawing page is centered horizontally on the printed page.
CenterY { get; }Determines whether the drawing page is centered vertically on the printed page.
Del { get; set; }A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally.
OnPage { get; }Indicates whether the drawing is printed on a specific number of printer pages.
PageBottomMargin { get; }Specifies the margin at the bottom of the printed page.
PageLeftMargin { get; }Specifies the margin at the left of the printed page.
PageRightMargin { get; }Specifies the margin at the right of the printed page.
PagesX { get; }Determines the number of printer pages on which to fit the drawing page horizontally.
PagesY { get; }Determines the number of printer pages on which to fit the drawing page vertically.
PageTopMargin { get; }Specifies the margin at the top of the printer page.
PaperKind { get; }Specifies the type of paper on which to print the page.
PaperSource { get; }Determines the paper source for the page.
PrintGrid { get; }Specifies whether to print the grid when printing a document page.
PrintPageOrientation { get; }Determines whether the page is printed in portrait or landscape orientation.
ScaleX { get; }Specifies the percentage of magnification of the drawing page on the printer page, in the x (horizontal) direction.
ScaleY { get; }Specifies the percentage of magnification of the drawing page on the printer page, in the y (vertical) direction.

See Also