Show / Hide Table of Contents

Property JpegCompressionQuality

JpegCompressionQuality

Gets or sets the JPEG compression quality to use when building pyramids.

Declaration
public int JpegCompressionQuality { get; set; }
Property Value
Type Description
int

The JPEG compression quality to use when building pyramids.

Remarks

This value is used only when CompressionType is Jpeg or 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.

Applies to

Platforms and versions
TargetVersions
.NET300.1
.NET Windows300.1
.NET Android300.1
.NET iOS300.1
In this article
Provide feedback
Back to top Copyright © 2025 Esri.