IdxRichEditBookmarkCollection Properties
Exposes a document’s bookmark collection.| Name | Description |
|---|---|
| Count | Returns the number of items within the list or collection. Inherited from IdxReadOnlyList<T>. |
| Items | Provides access to a bookmark by their names in the collection. |
| Self | Provides zero-based indexed access to items within the list or collection. Inherited from IdxReadOnlyList<T>. |
See Also