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

In This Topic
    Subsampling Property (JpegXROptions)
    In This Topic
    Sets the chroma subsampling. This property applies only to RGB images.
    Syntax
    'Declaration
     
    Public Property Subsampling As Nullable(Of Byte)
    public Nullable<byte> Subsampling {get; set;}
    Remarks
    The default value is 3 if ImageQuality > 0.8; otherwise 1.
    See Also