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

Jpeg2kEncoderOptions.ProgressionOrder Property

Gets/sets a progression order (packets ordering in the code stream).

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

Syntax

Visual Basic
Public Property ProgressionOrder As Jpeg2kProgressionOrder
C#
public Jpeg2kProgressionOrder ProgressionOrder { get; set; }

Property Value

A member of the Jpeg2kProgressionOrder enumeration which specifies a progression order of the JPEG2000 compression.

Remarks

Default value is RateScalable.

See Also

Reference