Image.MIMEType 屬性

定義

傳回影像的 MIME 類型。 MIMEType 必須是下列其中一項:image/bmp、image/jpeg、image/x-png、image/png 或 image/gif。

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

屬性值

String

包含影像之 MIME 類型的 string。 傳回值必須是下列其中一個有效值: -影像/bmp -影像/jpeg -image/x-png -影像/png -影像/gif

備註

實作

Microsoft.ReportingServices.ReportRendering.IImage.MIMEType

適用於