[]
Specifies settings that apply to a single, printed page. This interface is used instead of System.Drawing.Printing.PageSettings.
public interface IPageSettings
Name | Description |
---|---|
Bounds | Gets the size of the page, taking into account the page orientation specified by the System.Drawing.Printing.PageSettings.Landscape property. |
Color | Gets or sets a value indicating whether the page should be printed in color. |
HardMarginX | Gets the x-coordinate, in hundredths of an inch, of the hard margin at the left of the page. |
HardMarginY | Gets the y-coordinate, in hundredths of an inch, of the hard margin at the top of the page. |
Landscape | Gets or sets a value indicating whether the page is printed in landscape or portrait orientation. |
Margins | Gets or sets the margins for this page. |
PaperSize | Gets or sets the paper size for the page. |
PaperSource | Gets or sets the page's paper source; for example, the printer's upper tray. |
PrintableArea | Gets the bounds of the printable area of the page for the printer. |
PrinterSettings | Gets or sets the printer settings associated with the page. |