Bookmarks.RemoveAsync Method
| Name | Parameters | Description |
|---|---|---|
| RemoveAsync(Bookmark, CancellationToken) | bookmark, cancellationToken | Removes the specified bookmark from the sub-document. |
| RemoveAsync(Int32, CancellationToken) | index, cancellationToken | Removes a bookmark with the specified index from the sub-document. |
| RemoveAsync(String, CancellationToken) | name, cancellationToken | Removes a bookmark with the specified name from the sub-document. |