com.esri.arcgis.output
Interface IPsExporter
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- PsExporter
public interface IPsExporter
- extends Serializable
Superseded by IExportPS. Provides access to members that control the EPS (Encapsulated PostScript) Exporter.
Superseded By
IExportPS
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
queryPSDriver
IPSDriver queryPSDriver()
throws IOException,
AutomationException
- Returns Interface IPSDriver.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Supported Platforms
Windows, Solaris, Linux
- Returns:
- A reference to a com.esri.arcgis.output.IPSDriver
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.