ISelection
What it does
Represents the selection of documents or pages.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| DocumentItems | IDocumentItems | Read-only | The selected documents |
| Documents | IDocumentsCollection | Read-only | Objects of the IDocument type corresponding to the selected documents |
| PageItems | IPageItems | Read-only | The selected pages |
| Pages | IPagesCollection | Read-only | Objects of the IPage type corresponding to the selected pages |
| Type | TSelectionType | Read-only | The selection type |
Note: If the document is collapsed, the DocumentItems[i].PageItems.Count property returns "0".
12.04.2024 18:16:02