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

In This Topic
    RenderRtfAsContinuousImage Property
    In This Topic
    If set to true, then the content will be rendered as one continuous image and then split across the pages. This property is actual only if RtfRenderingType is set to either Metafile or PNG.
    Syntax
    'Declaration
     
    Public Property RenderRtfAsContinuousImage As Boolean
    public bool RenderRtfAsContinuousImage {get; set;}
    See Also