ComponentOne Bitmap for UWP
C1.UWP.Bitmap Assembly / C1.Xaml.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 System.Nullable(Of Byte)
    public System.Nullable<byte> Subsampling {get; set;}
    Remarks
    The default value is 3 if ImageQuality > 0.8; otherwise 1.
    See Also