Click or drag to resize
Pdf Library for .NET

PdfDocumentInformation Class

PDF document properties. This is used by PdfManager related classes (PdfCompressor, PdfFormManager, etc).
Inheritance Hierarchy
SystemObject
  SelectPdf.ExtrasPdfDocumentInformation

Namespace: SelectPdf.Extras
Assembly: Select.Pdf.Extras (in Select.Pdf.Extras.dll) Version: 26.2
Syntax
public class PdfDocumentInformation

The PdfDocumentInformation type exposes the following members.

Constructors
 NameDescription
Public methodPdfDocumentInformation 
Top
Properties
 NameDescription
Public propertyAuthor PDF document Author.
Public propertyCreationDate PDF document CreationDate.
Public propertyCreator PDF document Creator.
Public propertyFinalFileSize PDF document final file size. This is populated after Save.
Public propertyInitialFileSize PDF document initial file size.
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