This documentation is for the old version. Go to the latest Graphics Mill docs

JpegEncoderOptions.IsProgressive Property

Gets/sets a value that specifies if JPEG should be progressive.

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

Syntax

Visual Basic
Public Property IsProgressive As Boolean
C#
public bool IsProgressive { get; set; }

Property Value

Value that specifies if JPEG should be progressive.

Remarks

Default value is false.

See Also

Reference