jpeg Compression Quality
The JPEG compression quality to use when building pyramids. This value is used only when BuildRasterPyramidsParameters.compressionType is RasterPyramidCompressionType.Jpeg or RasterPyramidCompressionType.JpegYCbCr.
Valid values range from 1 to 100. Higher values preserve more visual detail but typically produce larger pyramid files (.ovr). No error or exception is thrown if a value outside this range is provided. When pyramids are built, values above 100 are clamped to 100, and values below 1 use the default value.
The default value is 75.
Since
300.1.0