共用方式為


ImageCodecInfo.FormatDescription 屬性

定義

取得或設定描述 Codec 的檔案格式之字串。

public:
 property System::String ^ FormatDescription { System::String ^ get(); void set(System::String ^ value); };
public string FormatDescription { get; set; }
public string? FormatDescription { get; set; }
member this.FormatDescription : string with get, set
Public Property FormatDescription As String

屬性值

字串,描述 Codec 的檔案格式。

適用於