JpegSettings.IsProgressive Property

Gets or sets a value indicating whether the JPEG image is progressive.

Namespace: Aurigma.GraphicsMill.Codecs
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public bool IsProgressive { get; set; }

Property Value

true if JPEG image is progressive; otherwise, false. The default value is false.

See Also

Reference