DocumentModel Class Members
In This Topic
The following tables list the members exposed by DocumentModel.
Public Fields
Public Properties
| Name | Description |
| Annotations | Gets the annotations. |
| AnnotationsDocument | Gets the document to store annotations to |
| Bookmarks | Gets/sets document's bookmarks collection |
| CurrentSelection | Gets or sets selected document items. |
| HighlightSearchResult | Gets or sets currently highlighted search result |
| MaxPageSize | Gets maximum page size |
| NotifySearchResult | Gets or sets currently notification search result |
| PageCount | Gets loaded pages count |
| PaperSize | Gets the default paper size of the document. In fact SectionReport allows variable pages while it's not implemented in model. PaperSize is then considered immutable. You can read it at any time and assume it's not changed anymore. |
| TotalPageCount | Returns number of total pages in document. This number can be higher then number of pages currently available. |
Top
Public Methods
See Also