|  | This document is archived and information here might be outdated. Recommended version. | 
Provides access to members that control the Printer Driver.
| Name | Description | |
|---|---|---|
|  | DoesDriverSupportPrinter | Indicates if the Printer Name passed into function is supported by the IPrinter Driver. | 
|  | DriverName | The name of Windows Printer Driver. | 
|  | FileExtension | File Extension associated with the Printer Driver. | 
|  | Filter | Filter used in CFileDialog. | 
|  | FinishPrinting | Finish up Printing. | 
|  | Name | Name of the IPrinter Driver. | 
|  | Paper | The IPaper interface. | 
|  | PrintableBounds | The area of the printer page that can be printed on. | 
|  | PrintToFile | The name of file if saving to Disk. | 
|  | QueryPaperSize | Returns Page Size for Printer. | 
|  | Resolution | The Printer Driver Resolution. | 
|  | SpoolFileName | The Spool File Name which shows up in the Print Manager. | 
|  | StartPrinting | Initialize Printing. | 
|  | StepProgressor | Updates a Progress Bar is set. | 
|  | Units | The units for PaperSize and PrintableBounds. | 
|  | VerifyDriverSettings | Indicates if the Printer Driver should validate Printer Driver's local settings. | 
| Classes | Description | 
|---|---|
| ArcPressPrinter (esriOutputExtensions) | Class used to print maps with the ArcPress Printer Driver. | 
| EmfPrinter | Class used to print maps with the EMF (Windows Enhanced Metafile) Printer Driver. | 
| PsPrinter | Class used to print maps with the PostScript Printer Driver. | 
IMxApplication.Printer Property