DocumentInfo class

DocumentInfo class

Represents an information about document. Implements IDocumentInfo interface. See IDocumentInfo for examples.

The DocumentInfo 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 | | |

See Also