Improved accounting for bottom continue messages for pagination

Bottom Message (below text) fix and pagination improvements
Include RNO separator in ‘BottomContent’ calculation
Reset ‘BottomContent’ for each page & added ruler for bottom of page
This commit is contained in:
2015-06-02 15:09:57 +00:00
parent 65bfcdb9b8
commit 06ba7bf825
4 changed files with 105 additions and 19 deletions

View File

@@ -74,6 +74,7 @@ namespace Volian.Print.Library
}
else
Rtf2Pdf.TextAt(cb, IParagraph, XOffset, yLocation, Width, 100, "", yBottomMargin);
MyPageHelper.BottomContent = yLocation-SixLinesPerInch;
return yPageStart;
}
}