ArcObjects Library Reference (ArcMapUI) |
|
IMxApplication.Printer Property
The current printer settings.
[Visual Basic .NET]
Public Property Printer As IPrinter
[C#]
public IPrinter Printer {get; set;}
Product Availability
Available with ArcGIS Desktop.
Remarks
This property returns an IPrinter interface. The IPrinter interface is the core component for printing a document, its members control the current printer settings and create printing jobs.
See Also
IMxApplication Interface | IPrinter Interface