AlphaQuality Property (JpegXROptions)
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;}
See Also