ArcGIS Pro 2.6 API Reference Guide
ImageCompressionQuality Property (TIFFFormat)

ArcGIS.Desktop.Mapping Namespace > TIFFFormat Class : ImageCompressionQuality Property
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

Property Value

Type: System.Int32
Remarks
(The default value is 100)
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

TIFFFormat Class
TIFFFormat Members