SubDocument.RemoveAsync Method
| Name | Parameters | Description |
|---|---|---|
| RemoveAsync(Interval, CancellationToken) | interval, cancellationToken | Removes the specified text interval. |
| RemoveAsync(Int32, Int32, CancellationToken) | startPosition, length, cancellationToken | Removes the specified text interval. |