Provides access to more members that provide the map cache info.
Description
This interface is new at ArcGIS 9.3.
Members
Name | Description | |
---|---|---|
CompressionQuality | The cache tile image compression quality. | |
Format | The cache tile format. |
ITileImageInfo.CompressionQuality Property
The cache tile image compression quality.
Public Property CompressionQuality As Integer
public int CompressionQuality {get; set;}
ITileImageInfo.Format Property
The cache tile format.
Public Property Format As String
public string Format {get; set;}
Classes that implement ITileImageInfo
Classes | Description |
---|
Remarks
Format can have values (PNG8, PNG24, PNG32 and JPEG). If the selected format is JPEG, then the compression quality can have a value from 0 to 100. The value of format must be used in constructing the url to the tile.