Method BlockDeleting
- Namespace
- Alternet.Editor.TextSource
- Assembly
- Alternet.Editor.v10.dll
BlockDeleting(Rectangle, string)
Removes all bookmarks within specified text range.
public bool BlockDeleting(Rectangle rect, string fileName)
Parameters
rectRectangleSpecifies text range to remove bookmarks from.
fileNamestringFile name of document containing bookmarks.
Returns
- bool
True if succeed; otherwise false.