IDocumentInfo class

IDocumentInfo class

Represents the document information.

The IDocumentInfo type exposes the following members:

Properties

Property Description
file_type Gets the document type.
page_count Gets the total number of document pages.
raw_page_count Gets the total number of document raw pages.
size Gets the size of the document in bytes.
pages Gets the information about pages such as the index and page size.

Remarks

The objects which implement this interface are returned by Parser.get_document_info method. See the usage examples there. Learn more: | | | |

See Also