ArcObjects Library Reference (ArcMapUI)  

IMxApplication2.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

IMxApplication2 Interface