ArcObjects Library Reference  (Output)    

IPrinter.Paper Property

The IPaper interface.

[Visual Basic 6.0]
Property Paper As IPaper
[Visual Basic .NET]
Public Property Paper As IPaper
[C#]
public IPaper Paper {get; set;}
[Java]
public  getPaper (
    IPaper Paper
)
[Java]
public void setPaperByRef(
    IPaper Paper
)
throws
    IOException,
    AutomationException
[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

 


Feedback Send feedback on this page