com.esri.arcgis.output
Interface esriExportPDFLayerOptions

All Superinterfaces:
Serializable

public interface esriExportPDFLayerOptions
extends Serializable

Export PDF Layers and Feature Attributes settings.

Product Availability

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


Field Summary
static int esriExportPDFLayerOptionsLayersAndFeatureAttributes
          Layers and Feature Attributes.
static int esriExportPDFLayerOptionsLayersOnly
          Layers Only.
static int esriExportPDFLayerOptionsNone
          No Layers and Feature Attributes.
 

Field Detail

esriExportPDFLayerOptionsNone

static final int esriExportPDFLayerOptionsNone
No Layers and Feature Attributes.

See Also:
Constant Field Values

esriExportPDFLayerOptionsLayersOnly

static final int esriExportPDFLayerOptionsLayersOnly
Layers Only.

See Also:
Constant Field Values

esriExportPDFLayerOptionsLayersAndFeatureAttributes

static final int esriExportPDFLayerOptionsLayersAndFeatureAttributes
Layers and Feature Attributes.

See Also:
Constant Field Values