B2019-089 - Removed the “End of Search Results” text from the Complete RO report.
Code cleanup – removed un-used code.
This commit is contained in:
@@ -99,13 +99,6 @@ namespace Volian.Print.Library
|
||||
get { return _HasIndent; }
|
||||
set { _HasIndent = value; }
|
||||
}
|
||||
private static bool _DoingComparison = false;
|
||||
public static bool DoingComparison
|
||||
{
|
||||
get { return Rtf2iTextSharp._DoingComparison; }
|
||||
set { Rtf2iTextSharp._DoingComparison = value; }
|
||||
}
|
||||
|
||||
private IRtfDocument _RtfDoc;
|
||||
private Paragraph _MyParagraph = new Paragraph();
|
||||
private iTextSharp.text.Font _MyFont;
|
||||
|
Reference in New Issue
Block a user