Table of Contents

Method BlockDeleting

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

BlockDeleting(Rectangle, string)

Removes all bookmarks within specified text range.

public bool BlockDeleting(Rectangle rect, string fileName)

Parameters

rect Rectangle

Specifies text range to remove bookmarks from.

fileName string

File name of document containing bookmarks.

Returns

bool

True if succeed; otherwise false.