ComponentOne Bitmap for WinForms
C1.Win.Bitmap.4.5.2 Assembly / C1.Win.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 System.Nullable(Of Boolean)
    public System.Nullable<bool> UseCodecOptions {get; set;}
    Remarks
    The default value is false.
    See Also