ComponentOne Bitmap for WPF
C1.WPF.Bitmap.4.5.2 Assembly / C1.WPF.Bitmap Namespace / JpegXROptions Class / FrequencyOrder Property

In This Topic
    FrequencyOrder Property (JpegXROptions)
    In This Topic
    Enables encoding in frequency order.
    Syntax
    'Declaration
     
    Public Property FrequencyOrder As Nullable(Of Boolean)
    public Nullable<bool> FrequencyOrder {get; set;}
    Remarks
    The default value is true.
    See Also