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


IExporter2 Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Output > ESRI.ArcGIS.Output > Interfaces > IE > IExporter2 Interface
ArcGIS Developer Help

IExporter2 Interface

Superseded by IExport. Provides access to members that control the Base Exporter 2. Note: the IExporter2 interface has been superseded by IExport. Please consider using the more recent version.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Name Description
Read/write property ClipToGraphicExtent Indicates if the Output will be clipped to the Graphics Extent.
Write-only property ExportExtent The Export Extent.
Read/write property ExportFileName The Export File Name.
Read-only property FileExtension File Extension associated with Exporter.
Read-only property Filter Filter String used in the CFileDialog class.
Method FinishExporting Shuts down the Exporter.
Read-only property Name The Name of the Exporter.
Read/write property PixelBounds The Pixel Bounds of the Exporter.
Read/write property Resolution The Resolution of the Exporter.
Method StartExporting Initializes the Exporter.

Classes that implement IExporter2

Classes Description
DibExporter Superseded by ExportBMP. Class used to export maps to DIB (Device Independant Bitmap) format. Format also known as BMP.
TiffExporter Superseded by ExportTIFF. Class used to export maps to TIFF (Tag Image File Format).