ComponentOne Bitmap for UWP
C1.UWP.DX 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 System.Boolean
    public System.bool UseCodecOptions {get; set;}
    Remarks
    Range value: true-false Applicable Codecs: JPEG-XR
    See Also