com.esri.arcgis.output
Interface IPrintAndExportPageOptions

All Superinterfaces:
Serializable
All Known Implementing Classes:
PrintAndExportPageOptions

public interface IPrintAndExportPageOptions
extends Serializable

Provides access to multiple page settings for printing and export.

Product Availability

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


Method Summary
 int getOutputSelection()
          Specify which pages to output.
 String getPageRange()
          Specify range or query string when OutputSelection is set to range or query.
 boolean isOutputPageSelection()
          Indicates if selection symbology should be output.
 void setOutputPageSelection(boolean flag)
          Indicates if selection symbology should be output.
 void setOutputSelection(int pOption)
          Specify which pages to output.
 void setPageRange(String range)
          Specify range or query string when OutputSelection is set to range or query.
 

Method Detail

setOutputSelection

void setOutputSelection(int pOption)
                        throws IOException,
                               AutomationException
Specify which pages to output.

Product Availability

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

Parameters:
pOption - A com.esri.arcgis.output.esriOutputSelection constant (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getOutputSelection

int getOutputSelection()
                       throws IOException,
                              AutomationException
Specify which pages to output.

Product Availability

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

Returns:
A com.esri.arcgis.output.esriOutputSelection constant
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPageRange

void setPageRange(String range)
                  throws IOException,
                         AutomationException
Specify range or query string when OutputSelection is set to range or query.

Product Availability

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

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

getPageRange

String getPageRange()
                    throws IOException,
                           AutomationException
Specify range or query string when OutputSelection is set to range or query.

Product Availability

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

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

isOutputPageSelection

boolean isOutputPageSelection()
                              throws IOException,
                                     AutomationException
Indicates if selection symbology should be output.

Product Availability

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

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

setOutputPageSelection

void setOutputPageSelection(boolean flag)
                            throws IOException,
                                   AutomationException
Indicates if selection symbology should be output.

Product Availability

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

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