From 0a5d8cb72ddd6ce182680705eb28cdcef127e010 Mon Sep 17 00:00:00 2001 From: John Date: Tue, 23 Nov 2010 17:53:58 +0000 Subject: [PATCH] --- PROMS/Volian.Print.Library/vlnParagraph.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PROMS/Volian.Print.Library/vlnParagraph.cs b/PROMS/Volian.Print.Library/vlnParagraph.cs index 31eb6f00..3fc18c6d 100644 --- a/PROMS/Volian.Print.Library/vlnParagraph.cs +++ b/PROMS/Volian.Print.Library/vlnParagraph.cs @@ -225,7 +225,7 @@ namespace Volian.Print.Library } } 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) { float retval = yLocation;