This document is archived and information here might be outdated.  Recommended version.


IMxApplication.Printer Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > ArcMapUI > ESRI.ArcGIS.ArcMapUI > Interfaces > IM > IMxApplication Interface > IMxApplication.Printer Property
ArcGIS Developer Help

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