PclDocumentInfo

PclDocumentInfo class

包含 Pcl 文档 metadata

public class PclDocumentInfo : PdfDocumentInfo

特性

姓名 描述
Author { get; } 获取 author
CreationDate { get; } 文档创建日期
Format { get; } 文件格式
Height { get; } 获取页面高度
IsLandscape { get; } 获取的是页面美化
IsPasswordProtected { get; } 获取文档密码保护
Item { get; } 获取作为 key 提供的属性的值
PagesCount { get; } 文档页数。
PropertyNames { get; } 当前文档可获取的所有属性的可枚举信息
Size { get; } 文档大小(以字节为单位)
TableOfContents { get; } 目录
Title { get; } 获取标题
Version { get; } 获取版本
Width { get; } 获取页面宽度

也可以看看