Set the plot background to white if not doing compare and transparent if doing a compare.
Add logic to exclude high level steps from those items included in the Replace Words list for substeps. Removed event handlers for DSOFramer. It appears that these no longer work for MSWord 2013. New Watermark Logic
This commit is contained in:
@@ -944,7 +944,7 @@ namespace Volian.Print.Library
|
||||
cb.SaveState();
|
||||
cb.BeginLayer(layer);
|
||||
SvgWatermark wm = new SvgWatermark(cb, watermark, System.Drawing.Color.Blue, .15F);
|
||||
wm.SetSquareDotPattern(.7F);
|
||||
//wm.SetSquareDotPattern(.7F);
|
||||
//wm.SetTextPattern(8, 3);
|
||||
//wm.SetTextPattern2(8);
|
||||
//wm.SetHashPattern(1, 6);
|
||||
|
Reference in New Issue
Block a user