Properties
| Name | Type | Access | Description |
|---|---|---|---|
| Collection | IDocumentItems | Read-only | The collection that contains the document. |
| Document | IDocument | Read-only | The document. |
| Expanded | bool | Read/write | Specifies whether the document is expanded. In Thumbnails View mode, the value is always true. Setting it to false raises no error, but the value stays true. |
| MarkedNextStage | IStageInfo | Read-only | The next stage to which the document will be sent after the task is complete. |
| PageItems | IPageItems | Read-only | The collection of pages included in the document. If the document is collapsed, DocumentItem.PageItems.Count returns 0. |
| Rect | IShellRect | Read-only | The rectangle of the document in the IDocumentsWindow. |
| Selected | bool | Read/write | Specifies whether the document is selected. |
| TaskDocument | bool | Read-only | Specifies whether the document belongs to the current task. |
| TaskWindow | ITaskWindow | Read-only | The task window. |
