PdfDocumentInfo class

PdfDocumentInfo class

Contains PDF document metadata.

The PdfDocumentInfo type exposes the following members:

Methods

Method Description
get
get_file
get_string

Properties

Property Description
author The author of the document.
creation_date The document creation date.
format The document format.
height The page height.
is_landscape The page is landscape.
is_password_protected The document is password protected.
pages_count The document pages count.
property_names The enumerable of all properties that can be retrieved for the current document info.
size The document size in bytes.
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.

See Also