B2017-140, B2017-142 Right margin was not set properly during the printing of word sections

This commit is contained in:
John Jenko 2017-07-12 14:54:21 +00:00
parent 61af3b60cc
commit b6713392c6

View File

@ -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;