Image.MIMEType 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回影像的 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
屬性值
包含影像之 MIME 類型的 string。 傳回值必須是下列其中一個有效值:
-影像/bmp
-影像/jpeg
-image/x-png
-影像/png
-影像/gif
備註
實作
Microsoft.ReportingServices.ReportRendering.IImage.MIMEType