ArcObjects Library Reference (ArcMapUI)  

IMxApplication.Paper Property

The current paper settings.

[Visual Basic .NET]
Public ReadOnly Property Paper As IPaper
[C#]
public IPaper Paper {get;}

Product Availability

Available with ArcGIS Desktop.

Remarks

The IPaper interface and the IPrint interface are the main components for printing.  The IPaper interface controls the current paper settings.  The IPrint interface has a Paper member which must be set for the print output to be correct.

The IPaper interface is persisted in the document when 'Same As Printer' is checked on in the Page Setup dialog.

In Microsoft Windows terms, the IPaper interface is a wrapper around the GDI DEVMODE and DEVNAME structures.

See Also

IMxApplication Interface | IPaper Interface

.NET Related Topics

OutputExtensions