Removed drawing of circle for debug

remove underline style on font used to output extra blank line
Fixed V.C Summer centerline after End message at bottom of page
This commit is contained in:
2014-01-28 21:30:48 +00:00
parent 6ece6c83ef
commit 8a3c47e8d7
3 changed files with 21 additions and 3 deletions

View File

@@ -887,7 +887,7 @@ namespace Volian.Print.Library
public static void DoFoldoutPage(PdfContentByte cb, string str, PdfLayer textLayer)
{
cb.Circle(400, 100, 50);
//cb.Circle(400, 100, 50);
PrintTextMessage(cb, "Foldout for: " + str, textLayer);
cb.PdfDocument.NewPage(); // Temporary for foldout/16bit-32bit page alignment
//_MyLog.InfoFormat("NewPage 7 {0}", cb.PdfWriter.CurrentPageNumber);