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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user