XRRichText.LoadFile Method
| Name | Parameters | Description |
|---|---|---|
| LoadFile(Stream, XRRichTextStreamType) | data, streamType | Loads the contents of a data stream into the XRRichText control. |
| LoadFile(String, XRRichTextStreamType) | path, streamType | Loads a file into the XRRichText control. |
| LoadFile(String) | path | Loads the contents of the specified file, and recognizes the file format automatically. |