Method NextBookMark
NextBookMark()
Returns the minimal possible value of the bookmark Index property of the new bookmark.
public virtual int NextBookMark()
Returns
- int
Bookmark index.
Remarks
If the bookmarks collection is empty method returns 0.
NextBookMark(int)
Returns the minimal possible value of the bookmark Index property of the new bookmark.
public virtual int NextBookMark(int group)
Parameters
groupintSpecifies an index of the bookmark groups.
Returns
- int
Bookmark index.
Remarks
If the bookmarks collection is empty method returns 0.