IDocumentInfo class

IDocumentInfo class

Defines methods that are required for getting 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.
size Gets the document size in bytes.
pages Gets the list of PageInfo page information.

Remarks

Learn more | | |

Example

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

See Also