Click or drag to resize
Pdf Library for .NET

DocumentInformation Class

PDF document properties. This is used by PdfTool related classes (PdfToText, PdfRasterizer, etc).
Inheritance Hierarchy
SystemObject
  SelectPdfDocumentInformation

Namespace: SelectPdf
Assembly: Select.Pdf (in Select.Pdf.dll) Version: 26.2
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