Jp2DecoderProgressiveDecodeSteps Property |
Namespace: Atalasoft.Imaging.Codec.Jpeg2000
Exception | Condition |
---|---|
ArgumentOutOfRangeException | Thrown if set to a value less than 1. |
The default value is 16. Depending on [!:Jpeg2000EncoderOptions::ProgressionOrder] in the [!:Atalasoft::Imaging::Codec::Jpeg2000::Jp2Encoder::EncoderOptions] property of the encoded source image, progressive output images will update either linearly (for PCRL, CPRL) or exponentially (otherwise). ProgressiveDecodeSteps must be greater than 0. Be aware that the number of useful steps is related to the image dimensions and component size. Large numbers of steps add little benefit to smaller images.
See EnableProgressiveDecompression for enabling progressive reading.