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.