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

属性值

包含编码解码器的多用途 Internet 邮件扩充协议 (MIME) 类型的字符串。

适用于