ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.WIC Namespace / BitmapEncoderOptions Class / UseCodecOptions Property

In This Topic
    UseCodecOptions Property (BitmapEncoderOptions)
    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 Boolean
    public bool UseCodecOptions {get; set;}
    Remarks
    Range value: true-false Applicable Codecs: JPEG-XR
    See Also