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


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

IEmfExporter Interface

Superseded by IExportEMF. Provides access to members that control the EMF (Windows Enhanced Metafile) Exporter. Note: the IEmfExporter interface has been superseded by IExportEMF. Please consider using the more recent version.

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 HENHMETAFILE Handle to in-memory metafile. Valid only after ReleaseDC has been called.
Read/write property IsInMemory Indicates if the metafile will be written to memory.
Method TakeHENHMETAFILE Returns the handle to the in-memory metafile. Valid only after ReleaseDC has been called. Ownership of the handle is transferred to the client who must call DeleteEnhMetafile on the returned handle. Subsequent calls to this routine will return 0.

Classes that implement IEmfExporter

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