ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.Word 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 String
    public string ToRtfText()

    Return Value

    The RTF formatted text.
    See Also