Define Page Formatting OptionsĮach section has page formatting options. Use the RichEditBehaviorOptions.PageBreakInsertMode property to specify whether a page break is inserted next to the specified position or in the new line. InsertedSection.StartType = SectionStartType.Continuous InsertedSection.StartType = SectionStartType.Continuous ĭim document As Document = wordProcessor.Documentĭocument.LoadDocument('Documents\Grimm.docx')ĭocument.InsertSection(document.Paragraphs(4).Range.)ĭim insertedSection As Section = document.GetSection(targetPosition) Section insertedSection = document.GetSection(targetPosition) Document document = wordProcessor.Document ĭocument.LoadDocument('Documents\\Grimm.docx') ĭocument.InsertSection()