Table of Contents

Method SetBookMark

Namespace
Alternet.Editor.TextSource
Assembly
Alternet.Editor.v9.dll

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 Point

Specifies position of the BookMark.

group int

The integer value that specifies group associated with this BookMark.

bookMark int

The integer value that specifies BookMark index.

imageIndex int

The integer value that specifies BookMark imageIndex.

name string

The string value that specifies BookMark name.

description string

The string value that specifies BookMark description.

url string

The string value that specifies url of the bookmark to toggle.

tag object

The Tag property of BookMark.

fileName string

File name of document containing bookmarks.