This commit is contained in:
2010-06-16 14:12:14 +00:00
parent ef5f141b03
commit 7b018d1abb
5 changed files with 110 additions and 41 deletions

View File

@@ -34,7 +34,7 @@ namespace Volian.Print.Library
{
MyContentByte = cb;
float yLocation = CalculateYOffset(yPageStart, yTopMargin);
Rtf2Pdf.TextAt(cb, IParagraph, XOffset, yLocation, Width, 100, "");
Rtf2Pdf.TextAt(cb, IParagraph, XOffset, yLocation, Width, 100, "", yBottomMargin);
return yPageStart;
}
}