Click or drag to resize

JpegXrEncoderSubsamplingLevel Property

Gets or sets the sub sampling level for RGB image encoding.

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 byte SubsamplingLevel { get; set; }

Property Value

Type: Byte
The sub sampling level for RGB image encoding. The range is 0 to 3. The default value is 3.
See Also