DocumentInfo
DocumentInfo
Overview
DocumentInfo 是 Aspose.PDF 中的类型.
DocumentInfo 包含来自 PDF Info 词典的文档信息.
特性: Author, CreationDate, Creator, Custom, Keywords, ModDate,另外还有3个.
属性
| 名称: | 类型 | Access | 描述情况 |
|---|---|---|---|
Title | string | 阅读/写作 | 他得到了头. |
Author | string | 阅读/写作 | 得到了作者. |
Subject | string | 阅读/写作 | 得到了主题. |
Keywords | string | 阅读/写作 | 得到关键词. |
Creator | string | 阅读/写作 | 抓住了创造者. |
Producer | string | 阅读/写作 | 得到了制片人. |
CreationDate | string | 阅读/写作 | 得到了创造日期. |
ModDate | string | 阅读/写作 | 得到了改装日期. |
Custom | map[string]string | 阅读/写作 | 得到了定制. |