Click or drag to resize

PdfDocumentInformation Class

Contains metadata for the PdfDocument.
Inheritance Hierarchy
SystemObject
  SautinSoft.PdfPdfObject
    SautinSoft.PdfPdfDocumentInformation

Namespace: SautinSoft.Pdf
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.8.8
Syntax
public sealed class PdfDocumentInformation : PdfObject

The PdfDocumentInformation type exposes the following members.

Properties
 NameDescription
Public propertyAuthor(Optional) The name of the person who created the document.
Public propertyCreationDate(Optional) The date and time the document was created, in human-readable form (see 7.9.4, "Dates").
Public propertyCreator(Optional) If the document was converted to PDF from another format, the name of the conforming product that created the original document from which it was converted.
Public propertyKeywords(Optional; PDF 1.1) Keywords associated with the document.
Public propertyMetadata(Optional; PDF 1.4) A metadata stream containing metadata for the component.
(Inherited from PdfObject)
Public propertyModificationDate(Required if PieceInfo is present in the document catalog; otherwise optional; PDF 1.1) The date and time the document was most recently modified, in human-readable form (see 7.9.4, "Dates").
Public propertyProducer(Optional) If the document was converted to PDF from another format, the name of the conforming product that converted it to PDF.
Public propertySubject(Optional; PDF 1.1) The subject of the document.
Public propertyTitle(Optional; PDF 1.1) The document’s title.
Top
Methods
 NameDescription
Public methodClear Removes the Info entry from the parent PdfDocument.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Extension Methods
 NameDescription
Public Extension MethodGetArray Gets the PdfArray that serves as a backing storage of the specified PdfObject or if no PdfArray serves as a backing storage of the specified PdfObject.
(Defined by PdfObjectExtensions)
Public Extension MethodGetDictionary Gets the PdfDictionary that serves as a backing storage of the specified PdfObject.
(Defined by PdfObjectExtensions)
Public Extension MethodGetOrAddDictionary Gets the PdfDictionary that serves as a backing storage of the specified PdfObject.
(Defined by PdfObjectExtensions)
Top
See Also