com.esri.arcgis.output
Interface IExportPagesMultipleFile

All Superinterfaces:
Serializable
All Known Implementing Classes:
ExportPDF

public interface IExportPagesMultipleFile
extends Serializable

Provides extended access to members that control the PDF (Portable Document Format) export.

Product Availability

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


Method Summary
 int getMultipleFileOutput()
          Specify how multipage pdf to be exported.
 void setMultipleFileOutput(int pOption)
          Specify how multipage pdf to be exported.
 

Method Detail

setMultipleFileOutput

void setMultipleFileOutput(int pOption)
                           throws IOException,
                                  AutomationException
Specify how multipage pdf to be exported.

Product Availability

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

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

getMultipleFileOutput

int getMultipleFileOutput()
                          throws IOException,
                                 AutomationException
Specify how multipage pdf to be exported.

Product Availability

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

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