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; }
Public Property EnableProgressiveDecompression As Boolean
Get
Set
Property Value
Type:
BooleanExceptions 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