Class PrinterSettings

PrinterSettings class

Specifies information about how a document is printed, including the printer that prints it, when printing from a Windows Forms application .

public class PrinterSettings

Constructors

NameDescription
PrinterSettings()The default constructor.

Properties

NameDescription
PrinterName { get; set; }Gets or sets the name of the printer to use.
static FromPage { get; }Gets the page number of the first page to print.
static PrintRange { get; }Gets the page numbers that the user has specified to be printed.
static ToPage { get; }Gets the number of the last page to print.

See Also