The Document type exposes the following members.

Constructors

  NameDescription
Public methodDocument

Methods

  NameDescription
Public methodapplyBookmark
Applies a bookmark by its name. The Application.onError event will be fired if the bookmark does not exist.
Public methodapplyBookmarkById
Applies a bookmark by its id. The Application.onError event will be fired if the bookmark does not exist.
Public methodgetActivePage
Get the information about the active page.
Public methodgetBookmarkNames
Get the names of the bookmarks in the document.
Public methodgetBookmarks
Get the ids of the bookmarks in the document.
Public methodgetDocumentMetadata
Get the metadata for the document.
Public methodgetDocumentProperties
Get a list of all the properties in the document.
Public methodgetDocumentProperty
Get the information about the property with given name.
Public methodgetPages
Get a list of the pages in the current document.
Public methodonActivePageChanged(Document..::..onGetPageCallback)
Event raised when the active page changes in the analysis.
Public methodonActivePageChanged(onActivePageChangedCallback)
Event raised when a page change occrurrs in the analysis.
Public methodonDocumentPropertyChanged
Event raised when the given property has changed value.
Public methodonDocumentReady(Document..::..onDocumentReadyCallback)
Event raised, when the document switches to the ready state (the round icon in the status bar becomes green).
Public methodonDocumentReady(onDocumentReadyCallback)
Event raised when the document switches to the ready state (the round icon in the status bar becomes green).
Public methodsetActivePage(Int32)
Change the active page. The Application.onError event will be fired if index does not exist.
Public methodsetActivePage(String)
Change the active page. The Application.onError event will be fired if page title does not exist.
Public methodsetDocumentProperty
Set the value of an existing property.

Properties

  NameDescription
Public propertydata
Reference to the Data object.
Public propertyfilter
Reference to the Filter object.
Public propertyfiltering
Reference to the Filtering object.
Public propertymarking
Reference to the Marking object.

See Also