ComponentOne Bitmap for WPF
C1.WPF.Bitmap.4.5.2 Assembly / C1.WPF.Bitmap Namespace / JpegXROptions Class / UseCodecOptions Property

In This Topic
    UseCodecOptions Property (JpegXROptions)
    In This Topic
    Specifies whether to use the Quality, Overlap, and Subsampling properties instead of the generic ImageQuality property.
    Syntax
    'Declaration
     
    Public Property UseCodecOptions As Nullable(Of Boolean)
    public Nullable<bool> UseCodecOptions {get; set;}
    Remarks
    The default value is false.
    See Also