This commit is contained in:
Kathy Ruffing 2013-03-13 12:15:30 +00:00
parent f0bb7a73c2
commit f6d8b8f9d3
2 changed files with 2 additions and 0 deletions

View File

@ -636,6 +636,8 @@ namespace Volian.Print.Library
switch (docstyle.Continue.Bottom.Location)
{
case E_ContBottomLoc.EndOfText: // place continue string at end of text
msg_yLocation = msg_yLocation + yLocation - SixLinesPerInch;
break;
case E_ContBottomLoc.BtwnTextAndBottom: // place continue string between end of text & bottom of page
Console.WriteLine("Not done yet");
break;

Binary file not shown.