ArcObjects Library Reference (Framework)  

IApplication.PrintPreview Method

Displays how the document will look like when it is printed.

[Visual Basic .NET]
Public Sub PrintPreview ( _
)
[C#]
public void PrintPreview (
);

Product Availability

Available with ArcGIS Desktop.

Remarks

Note, this method does not work in ArcCatalog.

See Also

IApplication Interface