Document Solutions for Imaging
GrapeCity.Documents.Imaging.Windows Assembly / GrapeCity.Documents.Imaging.Windows Namespace / JpegXROptions Class / Subsampling Property

In This Topic
    Subsampling Property
    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