ExportFormat 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指定导出视图时要使用的文件格式。
public enum class ExportFormat
public enum ExportFormat
type ExportFormat =
Public Enum ExportFormat
- 继承
-
ExportFormat
字段
名称 | 值 | 说明 |
---|---|---|
Mht | 1 | Web 存档,单一文件格式 (.mht) |
2 | 可移植文档格式文件 (.pdf) |
|
Xps | 3 | XPS 文档 (.xps) |
注解
使用 Export(String, ExportFormat) 类的 View 方法时,ExportFormat 枚举用于指定文件格式。