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


IPageLayout3.Printer Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IPageLayout3.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

IPageLayout3 Interface