This commit is contained in:
John Jenko 2010-11-23 17:53:58 +00:00
parent eb95aa922b
commit 0a5d8cb72d

View File

@ -225,7 +225,7 @@ namespace Volian.Print.Library
} }
} }
private bool _PaginationDebug = false; private bool _PaginationDebug = false;
private bool _TextDebug = true; // false; private bool _TextDebug = false; //true; this will turn on a writeline with debug in DrawText()
private float DrawFigure(PdfContentByte cb, float yBottomMargin, float yLocation) private float DrawFigure(PdfContentByte cb, float yBottomMargin, float yLocation)
{ {
float retval = yLocation; float retval = yLocation;