The members of System.Drawing.Printing.PrinterSettings are listed below.
See Also: Inherited members from System.Object
Initializes a new instance of the System.Drawing.Printing.PrinterSettings class. |
[read-only] | CanDuplex | bool.
Gets a value indicating whether the printer supports double-sided printing. |
Collate | bool.
Gets or sets a value indicating whether the printed document is collated. | |
Copies | short.
Gets or sets the number of copies of the document to print. | |
[read-only] | DefaultPageSettings | PageSettings.
Gets the default page settings for this printer. |
Duplex | Duplex.
Gets or sets the printer setting for double-sided printing. | |
FromPage | int.
Gets or sets the page number of the first page to print. | |
[read-only] static | InstalledPrinters | PrinterSettings.StringCollection.
Gets the names of all printers installed on the computer. |
[read-only] | IsDefaultPrinter | bool.
Gets a value indicating whether the PrinterSettings.PrinterName property designates the default printer, except when the user explicitly sets PrinterSettings.PrinterName. |
[read-only] | IsPlotter | bool.
Gets a value indicating whether the printer is a plotter. |
[read-only] | IsValid | bool.
Gets a value indicating whether the PrinterSettings.PrinterName property designates a valid printer. |
[read-only] | LandscapeAngle | int.
Gets the angle, in degrees, that the portrait orientation is rotated to produce the landscape orientation. |
[read-only] | MaximumCopies | int.
Gets the maximum number of copies that the printer enables the user to print at a time. |
MaximumPage | int.
Gets or sets the maximum PrinterSettings.FromPage or PrinterSettings.ToPage that can be selected in a System.Windows.Forms.PrintDialog. | |
MinimumPage | int.
Gets or sets the minimum PrinterSettings.FromPage or PrinterSettings.ToPage that can be selected in a System.Windows.Forms.PrintDialog. | |
[read-only] | PaperSizes | PrinterSettings.PaperSizeCollection.
Gets the paper sizes that are supported by this printer. |
[read-only] | PaperSources | PrinterSettings.PaperSourceCollection.
Gets the paper source trays that are available on the printer. |
PrinterName | string.
Gets or sets the name of the printer to use. | |
[read-only] | PrinterResolutions | PrinterSettings.PrinterResolutionCollection.
Gets all the resolutions that are supported by this printer. |
PrintFileName | string.
Gets or sets the file name, when printing to a file. | |
PrintRange | PrintRange.
Gets or sets the page numbers that the user has specified to be printed. | |
PrintToFile | bool.
Gets or sets a value indicating whether the printing output is sent to a file instead of a port. | |
[read-only] | SupportsColor | bool.
Gets a value indicating whether this printer supports color printing. |
ToPage | int.
Gets or sets the number of the last page to print. |
Clone()
| ||
CreateMeasurementGraphics()
| ||
CreateMeasurementGraphics(bool)
| ||
CreateMeasurementGraphics(PageSettings)
| ||
CreateMeasurementGraphics(PageSettings, bool)
| ||
GetHdevmode()
| ||
GetHdevmode(PageSettings)
| ||
GetHdevnames()
| ||
IsDirectPrintingSupported(System.Drawing.Image)
| ||
IsDirectPrintingSupported(System.Drawing.Imaging.ImageFormat)
| ||
SetHdevmode(IntPtr)
| ||
SetHdevnames(IntPtr)
| ||
override | ToString()
|