ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / JPEGFormat Class / ImageCompressionQuality Property

In This Topic
    ImageCompressionQuality Property (JPEGFormat)
    In This Topic
    This value (0–100) controls the amount of compression applied to the output image. With a JPEG image, quality is adversely affected the more compression is applied. A higher quality (highest = 100) setting will produce sharper images and larger file sizes. A lower quality setting will produce more image artifacts and smaller files.
    Syntax
    public int ImageCompressionQuality {get; set;}
    Public Property ImageCompressionQuality As Integer
    Remarks
    (The default value is 80)
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also