Method SetBookMark
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
IBookMark
.group
intThe integer value that specifies group associated with this
IBookMark
.bookMark
intThe integer value that specifies
IBookMark
index.imageIndex
intThe integer value that specifies
IBookMark
imageIndex.name
stringThe string value that specifies
IBookMark
name.description
stringThe string value that specifies
IBookMark
description.url
stringThe string value that specifies url of the
IBookMark
to toggle.tag
objectThe
Tag
property ofBookMark
.fileName
stringThe string value that specifies
IBookMark
file name.