PrintDocument for WPF | ComponentOne
C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / RenderRichText Class / Rtf Property

In This Topic
    Rtf Property
    In This Topic
    Gets or sets the RTF-formatted text represented by the current object.
    Syntax
    'Declaration
     
    Public Property Rtf As String
    public string Rtf {get; set;}
    See Also