SubDocument.GetRtfAsync Method
| Name | Parameters | Description |
|---|---|---|
| GetRtfAsync(Interval, CancellationToken) | interval, cancellationToken | Returns the specified interval’s content in Rich Text Format (RTF). |
| GetRtfAsync(Int32, Int32, CancellationToken) | startPosition, length, cancellationToken |
Returns the interval content in Rich Text Format (RTF). The startPosition and length parameters define the interval.
|