PdfDocumentInfo class

PdfDocumentInfo class

Contains Pdf document metadata.

The PdfDocumentInfo type exposes the following members:

Properties

Property Description
author The author.
height The page height.
is_landscape The page is landscape.
is_password_protected The document is password protected.
table_of_contents The table of contents.
title The title of the PDF document.
version The version of the PDF document.
width The page width.
creation_date The creation date of the document, implementing IDocumentInfo.creation_date. (inherited from DocumentInfo)
format The format of the document. Implements IDocumentInfo.format. (inherited from DocumentInfo)
item (inherited from DocumentInfo)
pages_count The number of pages in the document, implementing IDocumentInfo.pages_count. (inherited from DocumentInfo)
property_names The property implements IDocumentInfo.property_names. (inherited from DocumentInfo)
size The size of the document, as defined by IDocumentInfo.size. (inherited from DocumentInfo)

See Also