This document is archived and information here might be outdated. Recommended version. |
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.
Name | 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. |
Classes | Description |
---|---|
EmfExporter | Superseded by ExportEMF. Class used to export maps to Windows Enhanced Metafile (EMF) format. |