TextDocumentInfo class

TextDocumentInfo class

Represents the text document information.

Inheritance: TextDocumentInfoDocumentInfo

The TextDocumentInfo 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.
encoding Gets the detected encoding of the text document.

Remarks

Learn more: | | | |

See Also