This commit is contained in:
@@ -40,7 +40,7 @@ namespace Volian.Print.Library
|
||||
public vlnText()
|
||||
{
|
||||
}
|
||||
public override float ToPdf(PdfContentByte cb, float yPageStart, float yTopMargin, float yBottomMargin)
|
||||
public override float ToPdf(PdfContentByte cb, float yPageStart, ref float yTopMargin, ref float yBottomMargin)
|
||||
{
|
||||
// The END message was not printing for NSP. The yLocation was getting set to a negative number, thus printing off the page.
|
||||
// Found that the YOffset, cacluated when the bottom message was created, is really the actual location, at least in this case.
|
||||
|
Reference in New Issue
Block a user