Page 1 of 1

insert blank page

Posted: Tue Dec 20, 2016 4:27 am
by cychia_n2n
How can I insert blank page like MS Word feature?

Thanks

Posted: Tue Dec 20, 2016 12:54 pm
by Sergey Tkachenko
I am not sure which MS Word feature you mean.
You can insert a page break in the caret position.
If you use RichViewActions, you can use rvActionInsertPageBreak action.
If you do not use RichViewActions, call RichViewEdit.InsertPageBreak.

Posted: Wed Dec 21, 2016 7:45 am
by cychia_n2n
Insert Blank page for ms word will insert a new blank page at the caret position.

I tried call InsertPageBreak twice, it can create the correct result, but how can I maintain the caret in the blank page?

Posted: Tue Jan 03, 2017 2:16 am
by cychia_n2n
Hi, anyone have solution for my need?

Thanks.

Posted: Wed Jan 04, 2017 3:54 pm
by Sergey Tkachenko