文档属性信息是存在于PDF元数据里,可通Metadata类获读写:Metadata ( foxit.pdf.PDFDoc document)。
例如:通过Metadata.GetValues(“Author”)获取作者信息。