October 2003
Intermediate to advanced
784 pages
14h 21m
English
Before writing our next printing application, let’s examine printer settings. Printer settings specify the properties of a print process, such as the paper size, print quality, number of copies, number of pages, and so on. In this section we will first discuss how to access and set printer settings using the PrinterSettings class properties. Then we will write an application that allows us to read and set printer settings programmatically.
The PrinterSettings object is the gateway to reading and setting printer settings. PrinterSettings specifies how a document will be printed during a print process.
After creating a PrinterSettings object instance, we usually use the PrintDocument.PrinterSettings ...
Read now
Unlock full access