IBookmarkItems Object
IBookmarkItems Object
This object represents a set of bookmarks. It can be used in document indexing scripts.
Properties
Name | Type | Description |
Count | Long, read-only | Number of bookmarks in the set. |
Methods
Name | Parameters | Description |
Item |
[in] Long - the index of the bookmark in the collection. It must range from 0 to the value of the Count property minus 1. [out] IBookmarkItem - the bookmark with the specified index. |
Provides access to a single attribute. |
AddLast |
[in] Int pageIndex - the page with the specified index. [in] Int hPosition - X-coordinate of the bookmark position. [in] Int vPosition - Y-coordinate of the bookmark position. |
Adds a bookmark to a specified position of the page. |
See also
26.03.2024 13:49:49