Click or drag to resize

CPDFInfo Class

Basic information of PDF document.
Inheritance Hierarchy
SystemObject
  ComPDFKit.PDFDocumentCPDFInfo

Namespace:  ComPDFKit.PDFDocument
Assembly:  ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.1.0+b8a973db4fce43f68ed31640e557d7c5478d7f58
Syntax
C#
public class CPDFInfo

The CPDFInfo type exposes the following members.

Constructors
  NameDescription
Public methodCPDFInfo
Initializes a new instance of the CPDFInfo class
Top
Properties
  NameDescription
Public propertyAuthor
PDF author.
Public propertyCreationDate
Creation date of PDF.
Public propertyCreator
PDF creator.
Public propertyKeywords
PDF keywords.
Public propertyModificationDate
Recent modification date of PDF.
Public propertyProducer
PDF producer.
Public propertySubject
PDF subject.
Public propertyTitle
PDF title.
Public propertyVersion
PDF version string.
Top
See Also