ArcObjects Library Reference (Output)  

IExporter Interface

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

Product Availability

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

Members

Description
Read/write property ClipToGraphicExtent Indicates if the Output will be clipped to the Graphics 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.

CoClasses that implement IExporter

CoClasses and Classes Description
AIExporter Superseded by ExportAI. Class used to export maps to AI (Adobe Illustrator) format.
DibExporter Superseded by ExportBMP. Class used to export maps to DIB (Device Independant Bitmap) format. Format also known as BMP.
EmfExporter Superseded by ExportEMF. Class used to export maps to Windows Enhanced Metafile (EMF) format.
JpegExporter Superseded by ExportJPEG. Class used to export maps to JPEG (Joint Photographic Experts Group) format.
PDFExporter Superseded by ExportPDF. Provides access to the PDF (Portable Document Format) exporter.
PsExporter Superseded by ExportPS. Class used to export maps to EPS (Encapsulated PostScript) format.
TiffExporter Superseded by ExportTIFF. Class used to export maps to TIFF (Tag Image File Format).