This commit is contained in:
@@ -43,7 +43,7 @@ namespace Volian.Print.Library
|
||||
const string BoxFPLCaution = "\x2588.\x2580.\x2588.\x2588. . .\x2588.\x2588. .\x2584. . ";
|
||||
const string BoxAsterisk = " *.* .* . . . . *.* . .* . . ";
|
||||
|
||||
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)
|
||||
{
|
||||
if (MyBox == null) return yPageStart;
|
||||
cb.SaveState();
|
||||
|
Reference in New Issue
Block a user