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
position
PointSpecifies position of the
BookMark
.bookMark
intThe integer value that specifies
BookMark
index.name
stringThe string value that specifies
BookMark
name.description
stringThe string value that specifies
BookMark
description.url
stringThe string value that specifies
BookMark
url.imageIndex
intSpecifies
ImageIndex
property of a new instance.fileName
stringSpecifies
FileName
property of a new instance.tag
objectSpecifies
Tag
property 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.