Limit Calvert Alarm logic for Condition/Response to only be run for SpecialCaseCalvertAlarm format flag.
Added debug logic for TextAt counter.
This commit is contained in:
@@ -81,7 +81,12 @@ namespace Volian.Print.Library
|
||||
}
|
||||
private static int NextTextAtCounter
|
||||
{
|
||||
get { return ++TextAtCounter; }
|
||||
get
|
||||
{
|
||||
int retval = ++TextAtCounter;
|
||||
//if (InList(retval, 461)) Console.WriteLine("TextAt {0}", retval);
|
||||
return retval;
|
||||
}
|
||||
}
|
||||
public static float TextAt(PdfContentByte cb, Paragraph iParagraph, float x, float y, float width, float height, string debugText, float yBottomMargin)
|
||||
{
|
||||
|
Reference in New Issue
Block a user