This commit is contained in:
@@ -37,7 +37,7 @@ namespace Volian.Print.Library
|
||||
MyFont = formatInfo.PlantFormat.FormatData.Font;
|
||||
Width = sepStr.Length * MyFont.CharsToTwips + _WidthAdjust;
|
||||
}
|
||||
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)
|
||||
{
|
||||
MyContentByte = cb;
|
||||
float yLocation = CalculateYOffset(yPageStart, yTopMargin);
|
||||
|
Reference in New Issue
Block a user