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

In This Topic
    AlphaQuality Property
    In This Topic
    Sets the compression quality for the planar alpha channel image.
    Syntax
    'Declaration
     
    Public Property AlphaQuality As System.Nullable(Of Byte)
    public System.Nullable<byte> AlphaQuality {get; set;}
    Remarks
    The default value is 1.
    See Also