DocumentInfo class

DocumentInfo class

Provides a base implementation for retrieving polymorphic document information.

The DocumentInfo type exposes the following members:

Properties

Property Description
creation_date The creation date of the document, implementing IDocumentInfo.creation_date.
format The format of the document. Implements IDocumentInfo.format.
item
pages_count The number of pages in the document, implementing IDocumentInfo.pages_count.
property_names The property implements IDocumentInfo.property_names.
size The size of the document, as defined by IDocumentInfo.size.

See Also