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
RectangleSpecifies text range to remove bookmarks from.
fileName
stringFile name of document containing bookmarks.
Returns
- bool
True if succeed; otherwise false.