[]
        
(Showing Draft Content)

C1.Win.Document.Util.C1RichText.Load

Load Method

Load(string, RichTextBoxStreamType)

Loads the object's content from specified file.

Declaration
public void Load(string fileName, RichTextBoxStreamType streamType)
Public Sub Load(fileName As String, streamType As RichTextBoxStreamType)
Parameters
Type Name Description
string fileName
RichTextBoxStreamType streamType

Load(Stream, RichTextBoxStreamType)

Loads the object's content from stream.

Declaration
public void Load(Stream stream, RichTextBoxStreamType streamType)
Public Sub Load(stream As Stream, streamType As RichTextBoxStreamType)
Parameters
Type Name Description
Stream stream
RichTextBoxStreamType streamType