Click or drag to resize

JpegXrEncoderFrequencyOrder Property

Gets or sets a value that indicates whether to encoding in frequency order.

Namespace:  Atalasoft.Imaging.Codec
Assembly:  Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public bool FrequencyOrder { get; set; }

Property Value

Type: Boolean
True to encode the image in frequency order; false to encode the image by its spatial orientation. The default value is true.
See Also