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 | ||
---|---|---|
Description | A description string to embed in the file. | |
HENHMETAFILE | Handle to in-memory metafile. Valid only after ReleaseDC has been called. | |
IsInMemory | Indicates if the metafile will be written to memory. | |
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. |