ArcGIS Pro 2.6 API Reference Guide
GetCompressionQuality Method

ArcGIS.Core.Data.Raster Namespace > RasterStorageDef Class : GetCompressionQuality Method
Gets the compression quality of the raster to be stored from this raster storage definition. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public int GetCompressionQuality()
Public Function GetCompressionQuality() As Integer

Return Value

An integer representing the compression quality.
Remarks
The compression quality property specifies the compression quality if the compression type is JPEG or JPEG 2000. The valid range is 5 to 95 where 95 is the best quality. By default, the compression quality is set to 75.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

RasterStorageDef Class
RasterStorageDef Members