Gets or sets a value indicating whether the JPEG image is progressive.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public bool IsProgressive { get; set; }
true
if JPEG image is progressive; otherwise, false
. The default value is false
.