Class used to export maps to TIFF (Tagged Image File 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. |
IExportImage | Provides access to members that control the Image Export. |
IExportTIFF | Provides access to members that control the TIFF (Tagged Image File Format) Export. |
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. |
IWorldFileSettings | Provides access to members that control the settings of the World File Exporter. |
IWorldFileSettings2 | Provides access to members that control the additional settings of the World File Exporter. |
Remarks
Use the ExportTIFF CoClass to export your map to TIFF (Tagged Image File Format) format. TIFF files are the most versatile raster format. TIFFs can store pixel data at several bit depths and can be compressed with any of a selection of compression techniques. They are the best choice for importing into image editing applications across operating systems.