Document Solutions for Imaging
GrapeCity.Documents.Imaging.Skia Assembly / GrapeCity.Documents.Imaging.Skia Namespace / JpegOptions Class / Downsample Property

In This Topic
    Downsample Property
    In This Topic
    Gets or sets the downsampling factor for the U and V components. The default value is JpegDownsample.Downsample420.
    Syntax
    'Declaration
     
    Public Property Downsample As JpegDownsample
    public JpegDownsample Downsample {get; set;}
    Remarks
    The default value is JpegDownsample.Downsample420.
    See Also