ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.SectionReportModel Namespace / RichTextBox Class / RtfRenderingType Property

In This Topic
    RtfRenderingType Property
    In This Topic
    Gets or sets target rendering type of RTF (not HTML). As legacy RTF or as WordPad-like image (metafile or raster image).
    Syntax
    'Declaration
     
    Public Property RtfRenderingType As RichTextRenderingType
    public RichTextRenderingType RtfRenderingType {get; set;}
    See Also