Use Timer to close MSWord App about 1 second after it is used.
Check to see if the Bars exist before removing them Add 1 point to the width of boxed text to get proper Line-Wrapping
This commit is contained in:
@@ -1294,7 +1294,7 @@ namespace Volian.Print.Library
|
||||
if (bxIndx != null)
|
||||
{
|
||||
Box bx = formatInfo.PlantFormat.FormatData.BoxList[(int)bxIndx];
|
||||
Width = _WidthAdjustBox + (float)bx.TxtWidth - tabWidth;
|
||||
Width = _WidthAdjustBox + (float)bx.TxtWidth - tabWidth; // add 1 to get it to wrap like 16Bit
|
||||
}
|
||||
else if (itemInfo.IsHigh)
|
||||
{
|
||||
|
Reference in New Issue
Block a user