Click or drag to resize

Document LoadRtf Method (TextReader)

Opens the rtf document with specified encoding from a reader.

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public void LoadRtf(
	TextReader reader
)

Parameters

reader
Type: System.IO TextReader
The rtf document reader
See Also