com.esri.arcgis.output
Interface IPsPrinter

All Superinterfaces:
Serializable
All Known Implementing Classes:
PsPrinter

public interface IPsPrinter
extends Serializable

Indicator interface that identifies the PostScript Printer Driver.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 String getPPDFile()
          The PPD file for the PostScript file.
 void setPPDFile(String pPDFile)
          The PPD file for the PostScript file.
 

Method Detail

setPPDFile

void setPPDFile(String pPDFile)
                throws IOException,
                       AutomationException
The PPD file for the PostScript file.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Parameters:
pPDFile - The pPDFile (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPPDFile

String getPPDFile()
                  throws IOException,
                         AutomationException
The PPD file for the PostScript file.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Returns:
The pPDFile
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.