This document is archived and information here might be outdated.  Recommended version.


IApplication.PrintPreview Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Framework > ESRI.ArcGIS.Framework > Interfaces > IA > IApplication Interface > IApplication.PrintPreview Method
ArcGIS Developer Help

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