PackagePart.ContentType 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得內容數據流的MIME類型。
public:
property System::String ^ ContentType { System::String ^ get(); };
public string ContentType { get; }
member this.ContentType : string
Public ReadOnly Property ContentType As String
屬性值
元件之內容數據流的MIME類型。
例外狀況
備註
ContentType 是只讀屬性,只有在父 Package 開啟時才能存取。
PackagePart 建構函式會自動設定 ContentType 屬性。 建構函式設定之後,就無法變更 ContentType。
ContentType 屬性是MIME類型,根據 RFC 2616超文本傳輸通訊協定 - HTTP,第 3.7 節。 下表顯示 XML 紙張規格 (XPS) 檔案中所使用的內容 MIME 類型範例。
描述 | 內容類型 |
---|---|
字體 | application/vnd.ms-opentype |
ICC 設定檔 | application/vnd.ms-color.iccprofile |
JPEG 影像 | image/jpeg |
模糊字型 | application/vnd.ms-package.obfuscated-opentype |
PNG 影像 | image/png |
PrintTicket | application/vnd.ms-printing.printticket+xml |
TIFF 影像 | image/tiff |
Windows 媒體相片影像 | image/vnd.ms-photo |