Click or drag to resize

Jp2DecoderEnableProgressiveDecompression Property

Gets or sets a value enabling the ability to progressively decode the image.

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 bool EnableProgressiveDecompression { get; set; }

Property Value

Type: Boolean
Exceptions
ExceptionCondition
AtalasoftLicenseException Thrown if using the Standard edition.
Remarks
The default value is false. This setting when true causes the Decoder to raise the ProgressiveImage event. That event can be handled to display the image at intervals defined in the ProgressiveDecodeSteps property. Enabling progressive decoding does reduce performance, and is best suited for very large images, or streaming images over a network stream.
See Also