internal RtfSection(SectionStartEnd startEnd, RtfDocument doc) { ParentDocument = doc; _align = Align.None; PageOrientation = PaperOrientation.Portrait; StartEnd = startEnd; FooterPositionFromPageBottom = 720; _sectionFooter = null; _margins = new Margins(); }