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

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