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