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