Class PageSettings

PageSettings class

Specifies settings that apply to a single, printed page.

public class PageSettings

Constructors

NameDescription
PageSettings()The default constructor.

Properties

NameDescription
Bounds { get; }Gets the size of the page, taking into account the page orientation specified by the !:PageSettings.Landscape property .
HardMarginX { get; }Gets the x-coordinate, in hundredths of an inch, of the hard margin at the left of the page.
HardMarginY { get; }Gets the y-coordinate, in hundredths of an inch, of the hard margin at the top of the page.
PrinterResolution { get; }Gets or sets the printer resolution for the page.

See Also