Click or drag to resize

DocumentInformation Class

PDF document properties.
Inheritance Hierarchy
SystemObject
  ExpertPdfDocumentInformation

Namespace:  ExpertPdf
Assembly:  eppdftotext (in eppdftotext.dll) Version: 7.0
Syntax
public class DocumentInformation

The DocumentInformation type exposes the following members.

Constructors
  NameDescription
Public methodDocumentInformation
Top
Properties
  NameDescription
Public propertyAuthor
PDF document Author.
Public propertyCreationDate
PDF document CreationDate.
Public propertyCreator
PDF document Creator.
Public propertyKeywords
PDF document Keywords.
Public propertyLastModifiedDate
PDF document LastModifiedDate.
Public propertyPageCount
PDF document number of pages.
Public propertyProducer
PDF document Producer.
Public propertySubject
PDF document Subject.
Public propertyTitle
PDF document Title.
Top
See Also