ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word Namespace / C1WordDocument Class / ToRtfText Method

In This Topic
    ToRtfText Method
    In This Topic
    Gets a RTF text for this document content.
    Syntax
    'Declaration
     
    Public Function ToRtfText() As System.String
    public System.string ToRtfText()

    Return Value

    The RTF formatted text.
    See Also