Method SetBookMark
- Namespace
- Alternet.Editor.TextSource
- Assembly
- Alternet.Editor.v9.dll
SetBookMark(Point, int, int, int, string, string, string, object, string)
Sets the bookmark with specified parameters.
public void SetBookMark(Point position, int group, int bookMark, int imageIndex, string name, string description, string url, object tag, string fileName)
Parameters
position
PointSpecifies position of the
BookMark
.group
intThe integer value that specifies group associated with this
BookMark
.bookMark
intThe integer value that specifies
BookMark
index.imageIndex
intThe integer value that specifies
BookMark
imageIndex.name
stringThe string value that specifies
BookMark
name.description
stringThe string value that specifies
BookMark
description.url
stringThe string value that specifies url of the bookmark to toggle.
tag
objectThe
Tag
property ofBookMark
.fileName
stringFile name of document containing bookmarks.