B2017-140, B2017-142 Right margin was not set properly during the printing of word sections
This commit is contained in:
parent
61af3b60cc
commit
b6713392c6
@ -1240,6 +1240,8 @@ namespace VEPROMS.CSLA.Library
|
||||
}
|
||||
else
|
||||
myDoc.PageSetup.RightMargin = newRight;
|
||||
else
|
||||
myDoc.PageSetup.RightMargin = newRight; // bug fix B2017-140, B2017-142 right margin was too short
|
||||
try // B2017-138 Add error handling for setting Bottom Margin
|
||||
{
|
||||
myDoc.PageSetup.BottomMargin = newBottom;
|
||||
|
Loading…
x
Reference in New Issue
Block a user