PresentationDocumentInfo

PresentationDocumentInfo class

包含演示文档 metadata

public class PresentationDocumentInfo : DocumentInfo

特性

姓名 描述
Author { get; } 获取 author
CreationDate { get; } 文档创建日期
Format { get; } 文件格式
IsPasswordProtected { get; } 获取的是文档密码protected
Item { get; } 获取作为 key 提供的属性的值
PagesCount { get; } 文档页数。
PropertyNames { get; } 当前文档可获取的所有属性的可枚举信息
Size { get; } 文档大小(以字节为单位)
Title { get; } 获取标题

也可以看看