com.esri.arcgis.arcmapui
Interface IEnumPrinterNames

All Superinterfaces:
Serializable
All Known Implementing Classes:
Application, IEnumPrinterNamesProxy

public interface IEnumPrinterNames
extends Serializable

Provides access to an enumeration of all the Printers.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 String next()
          The next Printer Name.
 void reset()
          Reset the Enumeration to the beginning.
 

Method Detail

reset

void reset()
           throws IOException,
                  AutomationException
Reset the Enumeration to the beginning.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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

next

String next()
            throws IOException,
                   AutomationException
The next Printer Name.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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