The Document Class

Defined in: Keyview_Document.hpp

A Document object represents a single document, and provides access to the data within that document, including its format, metadata, text, and subfiles. You can also determine whether there are any restrictions on a document (see Document Restrictions).

A Document must be created and used on the same thread that created the parent session.

IMPORTANT: Setting a configuration option on your KeyView session can change the data returned by Document object methods (even if the Document object has already been created).