C2018-023 added a “/NW” switch for use with the automated print testing (batch file) to turn off the inclusion of Word attachment text in the metafile
This commit is contained in:
@@ -160,5 +160,11 @@ namespace Volian.Base.Library
|
||||
{ _MyDebugPrint.Show(); }
|
||||
public static bool IsOpen
|
||||
{ get { return _MyDebugPrint.IsOpen; } }
|
||||
private static bool _IncludeWordSecText = true;
|
||||
public static bool IncludeWordSecText
|
||||
{
|
||||
get { return BaselineMetaFile._IncludeWordSecText; }
|
||||
set { BaselineMetaFile._IncludeWordSecText = value; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user