devexpress13学习系列(三)PDFViewer(3)

PdfDocumentProperties Class

该类,用来显示载入的pdf文件的属性,包括:

 NameDescription
Public property Application Indicates the application that generated the document.
Public property Author Indicates a document's author.
Public property CreationDate Specifies the date of the PDF file creation.
Public property FileLocation Indicates the physical location of a document.
Public property FileName Indicates a document's file name.
Public property FilePath Indicates a path to the folder that contains the document file.
Public property FileSize Indicates the physical size of the document file.
Public property Keywords Indicates the keywords that describe the primary topics covered in a document.
Public property ModificationDate Specifies the date of the PDF file's last modification.
Public property Producer Indicates an application that produces a PDF.
Public property Subject Indicates the primary subject of a document.
Public property Title Indicates the title of a document.
Public property Version Specifies the PDF version of a document.
原文地址:https://www.cnblogs.com/aomi/p/3504093.html