ArcObjects Library Reference (Output)  

IEmfExporter Interface

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

Product Availability

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

Members

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.

CoClasses that implement IEmfExporter

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