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
positionPointSpecifies position of the
IBookMark.groupintThe integer value that specifies group associated with this
IBookMark.bookMarkintThe integer value that specifies
IBookMarkindex.imageIndexintThe integer value that specifies
IBookMarkimageIndex.namestringThe string value that specifies
IBookMarkname.descriptionstringThe string value that specifies
IBookMarkdescription.urlstringThe string value that specifies url of the
IBookMarkto toggle.tagobjectThe
Tagproperty ofBookMark.fileNamestringThe string value that specifies
IBookMarkfile name.