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


IMxApplication.Export Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > ArcMapUI > ESRI.ArcGIS.ArcMapUI > Interfaces > IM > IMxApplication Interface > IMxApplication.Export Method
ArcGIS Developer Help

IMxApplication.Export Method

Exports the current document.

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

Product Availability

Available with ArcGIS Desktop.

Remarks

Calling this method launches the Export dialog. Supported export formats for the document are: EMF, EPS, PDF, AI, SVG, BMP, JPEG, PNG, GIF, and TIFF.

See Also

IMxApplication Interface