Method SetForcedMarker
SetForcedMarker(Point, int, string, string, string, int, string, object)
Sets the bookmark with specified index, name, description and url to the position specified by Point parameter.
public virtual void SetForcedMarker(Point position, int bookMark, string name, string description, string url, int imageIndex, string fileName, object tag)
Parameters
positionPointSpecifies position of the
BookMark.bookMarkintThe integer value that specifies
BookMarkindex.namestringThe string value that specifies
BookMarkname.descriptionstringThe string value that specifies
BookMarkdescription.urlstringThe string value that specifies
BookMarkurl.imageIndexintSpecifies
ImageIndexproperty of a new instance.fileNamestringSpecifies
FileNameproperty of a new instance.tagobjectSpecifies
Tagproperty of a new instance.
Remarks
If the Bookmark with the same index already exists in the collection, the method removes it before inserting new BookMark to the BookMarks collection.