PdfInfo Class

Class for a PDF document metadata.

Inheritance Hierarchy

System.Object
  BitMiracle.Docotic.Pdf.PdfInfo

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public sealed class PdfInfo
VB
Public NotInheritable Class PdfInfo

The PdfInfo type exposes the following members.

Properties

  NameDescription
Public propertyAuthor
Gets or sets the name of the person who created the document.
Public propertyCreationDate
Gets or sets the date and time the document was created.
Public propertyCreator
Gets or sets the name of the application that created the document.
Public propertyDictionary
Gets the low-level dictionary object for this Document Info object.
Public propertyKeywords
Gets or sets the keywords associated with the document.
Public propertyModifiedDate
Gets or sets the date and time the document was most recently modified.
Public propertyProducer
Gets or sets the name of the application that produced the document.
Public propertySubject
Gets or sets the subject of the document.
Public propertyTitle
Gets or sets the title of the document.

Methods

  NameDescription
Public methodClear
Removes metadata properties.
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)

See Also