Click or drag to resize

Jp2EnhancedRegionCollectionEnhancementLevel Property

Gets or sets the a value controlling the level of enhanced quality for the enhanced regions.

Namespace:  Atalasoft.Imaging.Codec.Jpeg2000
Assembly:  Atalasoft.dotImage.Jpeg2000 (in Atalasoft.dotImage.Jpeg2000.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public int EnhancementLevel { get; set; }

Property Value

Type: Int32
Exceptions
ExceptionCondition
ArgumentOutOfRangeException Thrown when the value is less than 0 or greater than 10.
Remarks
The enhancement factor must be an integer between 0 and 10, where 0 implies no quality enhancement and 10 implies maximal quality enhancement. The quality enhancement factor applies to all regions of interest. If this property is not set then the maximum quality enhancement will be used by default.
See Also