K
Kristijan Marin
HI,
Have anyone tried inserting page break when there are no paragraphs on the
page ?
Well I have two TextBox and one Picture object and when i try to insert page
break it
happens not exactly where I have expected it . I would expect or need it
after the last inserted object ....
I don't even know what to set for Range ....
object range = aDoc.Range(ref s1,ref s2);
object start = Word.WdSectionStart.wdSectionNewPage;
aDoc.Sections.Add(ref range, ref start);
Thanks.
Kris
Have anyone tried inserting page break when there are no paragraphs on the
page ?
Well I have two TextBox and one Picture object and when i try to insert page
break it
happens not exactly where I have expected it . I would expect or need it
after the last inserted object ....
I don't even know what to set for Range ....
object range = aDoc.Range(ref s1,ref s2);
object start = Word.WdSectionStart.wdSectionNewPage;
aDoc.Sections.Add(ref range, ref start);
Thanks.
Kris