Property CompressionType
CompressionType
Gets the compression type used by the pyramid set.
Declaration
public RasterPyramidCompressionType CompressionType { get; }
Property Value
| Type | Description |
|---|---|
| RasterPyramidCompressionType | The compression type used by the pyramid set. |
Remarks
This property is Default when the compression type cannot be determined from the available metadata. Otherwise, it represents the actual compression used by the pyramid set.
After the pyramid build operation completes successfully, use PyramidInfo to inspect the pyramid set that was built. If the request fell back from an unsupported requested compression to the runtime default pyramid compression, this property reports the compression that was actually written.
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET | 300.1 |
| .NET Windows | 300.1 |
| .NET Android | 300.1 |
| .NET iOS | 300.1 |