CgmDocumentInfo class

CgmDocumentInfo class

The class contains Cgm document metadata.

The CgmDocumentInfo type exposes the following members:

Methods

Method Description
get
get_file
get_string

Properties

Property Description
creation_date The document creation date.
format The document format.
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.
author The author of the document. (inherited from PdfDocumentInfo)
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)
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