PdfDocumentInfo class

PdfDocumentInfo class

Represents meta information of PDF document.

The PdfDocumentInfo type exposes the following members:

Constructors

Constructor Description
init

Methods

Method Description
equals Determines whether two object instances are equal. (inherited from ValueObject)
equals_object (inherited from ValueObject)
equals_value_object (inherited from ValueObject)
get_hash_code Serves as the default hash function. (inherited from ValueObject)

Properties

Property Description
author The document author.
creation_date The date of document creation.
creation_time_zone The time zone of creation date.
creator The document creator.
keywords The keywords of the document.
mod_date The date of document modification.
mod_time_zone The time zone of the modification date.
producer The document producer.
subject The subject of the document.
title The document title.

See Also