WmpBitmapEncoder.UseCodecOptions 속성

정의

코덱 옵션을 사용할 값을 가져오거나 설정합니다.

public:
 property bool UseCodecOptions { bool get(); void set(bool value); };
public bool UseCodecOptions { get; set; }
member this.UseCodecOptions : bool with get, set
Public Property UseCodecOptions As Boolean

속성 값

true코덱 옵션을 사용할 경우 그렇지 않으면 . false 기본값은 false입니다.

설명

UseCodecOptionstrue, QualityLevel, OverlapLevelSubsamplingLevel 대신 사용됩니다 ImageQualityLevel.

when UseCodecOptions isfalse, QualityLevel, OverlapLevelSubsamplingLevel sets based.ImageQualityLevel

적용 대상