I loaded a rtf document into CRichEditView. The document contains page break defined by "\page". However, when I print the rtf document through the CRichEditView, the page break doesn't work. It looks like CRichEditView just ignore the "\page".
I open the same rtf document in MS Word and found out that "\page" works.
How can I make the CRichEditView support page break at least in printing? Or is there any other approach to make the printing of rtf document support page break?