ComponentOne Bitmap for WinForms
C1.Win.Bitmap.4.8 Assembly / C1.Win.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 System.Nullable(Of Boolean)
    public System.Nullable<bool> FrequencyOrder {get; set;}
    Remarks
    The default value is true.
    See Also