IDocumentInfo class

IDocumentInfo class

Defines the methods that are required for getting the basic document information.

The IDocumentInfo type exposes the following members:

Properties

Property Description
file_type Gets the file format description.
page_count Gets the total page count.
pages Gets the collection of document pages descriptions.
size Gets the document size in bytes.
is_encrypted Gets a value indicating whether the document is encrypted and requires a password to open.

Remarks

Learn more | | |

Example

The following example demonstrates how to retrieve the general document information using IDocumentInfo.

See Also