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


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

IExportEMF Interface

Provides access to members that control the EMF (Windows Enhanced Metafile) Export.

Product Availability

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

Members

Name Description
Read/write property Description A description string to embed in the file.
Read-only property Handle Handle to in-memory metafile. Client must call DeleteEnhMetafile in order to release the handle. Subsequent calls to this routine will return 0.

Classes that implement IExportEMF

Classes Description
ExportEMF Class used to export maps to EMF (Windows Enhanced Metafile) format.