[]
        
(Showing Draft Content)

C1.WPF.RichTextBox.Documents.RtfFilter

RtfFilter Class

Filter for converting C1Document objects to and from RTF strings.

Inheritance
RtfFilter
Namespace: C1.WPF.RichTextBox.Documents
Assembly: C1.WPF.RichTextBox.dll
Syntax
public class RtfFilter

Constructors

Name Description
RtfFilter()

Methods

Name Description
ConvertFromDocument(C1Document)

Creates a string representation of a C1Document.

ConvertToDocument(string)

Parses an RTF string into a C1Document.