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