Gets or sets whether frequency ordering is used.
'Declaration
Public Property FrequencyOrdering As Boolean
'Usage
Dim instance As SaveOptionsJpegXR
Dim value As Boolean
instance.FrequencyOrdering = value
value = instance.FrequencyOrdering
public bool FrequencyOrdering {get; set;}
public: __property bool get_FrequencyOrdering();
public: __property void set_FrequencyOrdering(
bool value
);
public:
property bool FrequencyOrdering {
bool get();
void set ( bool value);
}
Property Value
JPEG XR makes it possible to organize the compressed image data sequentially in either spatial or frequency order. Frequency order groups the data in three different frequencies and places it sequentially in the file starting with the low frequency information, followed by the middle frequency, and finally by the high frequency. The Frequency order makes it more efficient to decode a low resolution or thumbnail version of the image.