Click or drag to resize

JpegXrEncoderUseCodecOptions Property

Gets or sets a value that indicates codec options are to be used.

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

Property Value

Type: Boolean
True if codec options are to be used; otherwise, false. The default value is false. When true, QualityLevel, OverlapLevel, and SubsamplingLevel are used in place of the ImageQualityLevel. When false, QualityLevel, OverlapLevel, and SubsamplingLevel are set based on ImageQualityLevel.
See Also