Click or drag to resize

Jpeg2000EncoderEnhancedRegions Property

Gets a collection of Enhanced Regions that can be set at a higher quality level than the rest of the image during compression.

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 Jp2EnhancedRegionCollection EnhancedRegions { get; }

Property Value

Type: Jp2EnhancedRegionCollection
Default is null.
Exceptions
ExceptionCondition
AtalasoftLicenseException Thrown if the current license is not Professional.
Remarks
The maximum number of regions is 16.
See Also