C2018-004 logic to print meta file information
C2018-009 logic to print PROMS version on PDF pages
This commit is contained in:
@@ -66,7 +66,9 @@ namespace Volian.Print.Library
|
||||
iTextSharp.text.Color lineColor = new iTextSharp.text.Color(PrintOverride.OverrideChangeBarColor(System.Drawing.Color.Black));
|
||||
cb.SetColorStroke(lineColor);
|
||||
cb.SetLineWidth(.5F);
|
||||
cb.MoveTo(XOffset/* + xAdj */, yLocation-7);
|
||||
// C2018-004 create meta file for baseline compares
|
||||
Volian.Base.Library.BaselineMetaFile.WriteLine("RNOSepLn X1={0} Y1={1} X2={2} Y2={3}", XOffset, yLocation - 7, XOffset + XLength, yLocation - 7);
|
||||
cb.MoveTo(XOffset/* + xAdj */, yLocation - 7);
|
||||
cb.LineTo(XOffset + XLength, yLocation-7);
|
||||
cb.Stroke();
|
||||
if (textLayer != null) cb.EndLayer();
|
||||
|
Reference in New Issue
Block a user