In This Topic
Loads the content of the current
RenderRichText from a stream containing
RTF-formatted data.
Syntax
'Declaration
Public Overloads Sub Load( _
ByVal As Stream _
)
public void Load(
Stream
)
Parameters
- stream
- The stream to load data from.
See Also