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


IPageLayout2.Printer Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IP > IPageLayout2 Interface > IPageLayout2.Printer Property
ArcGIS Developer Help

IPageLayout2.Printer Property

The associated printer.

[Visual Basic .NET]
Public ReadOnly Property Printer As IPrinter
[C#]
public IPrinter Printer {get;}
[C++]
HRESULT get_Printer(
  IPrinter** Printer
);
[C++]
Parameters
Printer [out, retval]

Printer is a parameter of type IPrinter**

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IPageLayout2 Interface