ImageCodecInfo.MimeType プロパティ

定義

コーデックの多目的インターネット メール拡張機能 (MIME) の種類を含む文字列を取得または設定します。

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

プロパティ値

コーデックの多目的インターネット メール拡張機能 (MIME) の種類を含む文字列。

適用対象