Method ToggleBookMark
ToggleBookMark(Point, int, int, int, string, string, string, object, string)
Sets or removes bookmark with specified conditions.
public void ToggleBookMark(Point position, int group, int bookMark, int imageIndex, string name, string description, string url, object tag, string fileName)
Parameters
position
PointThe Point value that specifies position of the bookmark (index of char and current line).
group
intIBookMark.Group to check.
bookMark
intIBookMark.Index to check.
imageIndex
intIBookMark.ImageIndex to check.
name
stringIBookMark.Name to check.
description
stringIBookMark.Description to check.
url
stringIBookMark.Url to check.
tag
objectIBookMark.Tag to check.
fileName
stringIBookMark.FileName to check.