다음을 통해 공유


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

속성 값

Boolean

코덱 옵션을 사용하면 true이고, 그렇지 않으면 false입니다. 기본값은 false입니다.

설명

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

when UseCodecOptions is false, QualityLevel, OverlapLevelSubsamplingLevel 는 .에 ImageQualityLevel따라 설정됩니다.

적용 대상