ArcObjects Library Reference (Output)  

IPrinter.Paper Property

The IPaper interface.

[Visual Basic .NET]
Public Property Paper As IPaper
[C#]
public IPaper Paper {get; set;}
[C++]
HRESULT get_Paper(
  IPaper** Paper
);
[C++]
HRESULT putref_Paper(
  IPaper* Paper
);
[C++]

Parameters

Paper [out, retval]

  Paper is a parameter of type IPaper

Paper [in]

  Paper is a parameter of type IPaper

Product Availability

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

See Also

IPrinter Interface

.NET Samples

Printing with the PageLayoutControl (Code Files: PrintPageLayout) | Print active view with ArcPress (Code Files: PrintActiveViewArcPressVB_Net_Addin) | Print preview using the PageLayoutControl (Code Files: PrintPreview) | Print active view (Code Files: PrintActiveViewVB_Net_Addin)