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 处于打开状态时,才能访问该属性。
ContentType 属性由 PackagePart 构造函数自动设置。 构造函数设置后,无法更改 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 |