Support compressed foldout pages

This commit is contained in:
Rich
2015-03-19 13:13:57 +00:00
parent c788b25864
commit a600afd472
2 changed files with 40 additions and 11 deletions

View File

@@ -1252,6 +1252,9 @@ namespace Volian.Print.Library
MyPageHelper.YMultiplier = _SevenLinesPerInch / SixLinesPerInch;
CompressPartOfPage = false;
}
if(CompressFoldout)
MyPageHelper.YMultiplier = _SevenLinesPerInch / SixLinesPerInch;
///else
/// MyPageHelper.YMultiplier = 1;
break;