共用方式為


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

備註

當 為 true 時,會使用 、 QualityLevel OverlapLevelSubsamplingLevel 取代 ImageQualityLevelUseCodecOptions

當 為 false 時,會根據 ImageQualityLevel 設定 、 QualityLevel OverlapLevelSubsamplingLevelUseCodecOptions

適用於