Back to Devexpress

SubDocument.GetRtfAsync Method

blazor-devexpress-dot-blazor-dot-richedit-dot-subdocument-dot-getrtfasync.md

latest709 B
Original Source

SubDocument.GetRtfAsync Method

NameParametersDescription
GetRtfAsync(Interval, CancellationToken)interval, cancellationTokenReturns the specified interval’s content in Rich Text Format (RTF).
GetRtfAsync(Int32, Int32, CancellationToken)startPosition, length, cancellationTokenReturns the interval content in Rich Text Format (RTF). The startPosition and length parameters define the interval.