com.esri.arcgis.display
Interface esriPictureSymbolOptions

All Superinterfaces:
Serializable

public interface esriPictureSymbolOptions
extends Serializable

Output options for layers with picture symbols.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriPSORasterize
          Rasterize layers with picture symbols (the default).
static int esriPSORasterizeIfRasterData
          Rasterize layers with picture symbols only if the symbols have raster data.
static int esriPSOVectorize
          Vectorize layers with picture symbols.
 

Field Detail

esriPSORasterize

static final int esriPSORasterize
Rasterize layers with picture symbols (the default).

See Also:
Constant Field Values

esriPSORasterizeIfRasterData

static final int esriPSORasterizeIfRasterData
Rasterize layers with picture symbols only if the symbols have raster data.

See Also:
Constant Field Values

esriPSOVectorize

static final int esriPSOVectorize
Vectorize layers with picture symbols.

See Also:
Constant Field Values