Class used to export maps to PS (PostScript) and EPS (Encapsulated PostScript) format.
Product Availability
Supported Platforms
Extended Error Information
Use the ISupportErrorInfo method InterfaceSupportsErrorInfo to determine if the object supports extended error information. If the object supports extended error info, VC++ developers should use the OLE/COM IErrorInfo interface to access the ErrorInfo object. Visual Basic developers should use the global error object Err to retrieve this extended error information.
Interfaces
Interfaces | Description |
---|---|
IExport | Provides access to members that control the Export. |
IExportColorspaceSettings | Provides access to members that control the Destination Colorspace for Export. |
IExportPS | Provides access to members that control the PS (PostScript) and EPS (Encapsulated PostScript) Exports. |
IExportPS2 | Provides extended access to members that control the PostScript export. |
IExportVector | Provides access to members that control the Vector Export. |
IExportVectorOptions | Provides access to members that control the Vector Export Options. |
IExportVectorOptionsEx | Provides access to members that control the extra Vector Export Options. |
IOutputRasterSettings (esriDisplay) | Provides access to members that control New Raster Output Settings. |
ISettingsInRegistry | Provides access to members that control storing/restoring of object settings to/from the registry. |
ISupportErrorInfo | Indicates whether a specific interface can return Automation error objects. |
Remarks
Use the ExportPS CoClass to export your map to the Encapsulated PostScript (EPS) format. EPS files use the PostScript page description language to describe vector and raster objects. PostScript is the publishing industry standard for high-end graphics files, cartography, and printing. EPS files can be edited in many drawing applications or placed as a graphic in most page layout applications.