Skip to main content

Bookmark Interface

Defines a bookmark in the document.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v14.2.Core.dll

#Declaration

[ComVisible(true)]
public interface Bookmark

#Remarks

A Bookmark exposes a document range with a name that does not have to be unique in the collection of bookmarks of the current document (accessible via the SubDocument.Bookmarks property).

To create a new bookmark and add it to the bookmark collection, use the SubDocument.CreateBookmark method.

See Also