XslFoDocumentInfo class

XslFoDocumentInfo class

Contains XslFo document metadata.

The XslFoDocumentInfo type exposes the following members:

Properties

Property Description
author The author. (inherited from PdfDocumentInfo)
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)
height The page height. (inherited from PdfDocumentInfo)
is_landscape The page is landscape. (inherited from PdfDocumentInfo)
is_password_protected The document is password protected. (inherited from PdfDocumentInfo)
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)
table_of_contents The table of contents. (inherited from PdfDocumentInfo)
title The title of the PDF document. (inherited from PdfDocumentInfo)
version The version of the PDF document. (inherited from PdfDocumentInfo)
width The page width. (inherited from PdfDocumentInfo)

See Also