WmpBitmapEncoder.AlphaQualityLevel Property

Definition

Gets or sets the compression quality for a planar alpha channel.

public:
 property System::Byte AlphaQualityLevel { System::Byte get(); void set(System::Byte value); };
public byte AlphaQualityLevel { get; set; }
member this.AlphaQualityLevel : byte with get, set
Public Property AlphaQualityLevel As Byte

Property Value

The compression quality for a planar alpha channel image. A value of 1 is considered lossless, and increasing values result in higher compression ratios and lower image quality. The value range is 1 to 255. The default is 1.

Remarks

This property has an effect only if InterleavedAlpha is false.

Applies to