C2019-042 Added a check box to identify a section as being a foldout – used in with printing in duplex
C2019-042 use new format config setting to check if sections are foldouts C2019-042 use new format config setting to check if sections are foldout B2019-134 code cleanup, discovered we were missing a “break;” statement in processing folder specific information
This commit is contained in:
@@ -347,7 +347,8 @@ namespace Volian.Print.Library
|
||||
// The format supports compression
|
||||
// The contents exceeds the length of the page
|
||||
// The Contents fit at seven lines per inch
|
||||
if (MyItemInfo.DisplayText.ToUpper().StartsWith("FOLDOUT")
|
||||
//C2019-042 Section_IsFoldout checks Section Number, Section Title, and use of check box
|
||||
if ((MyItemInfo.MyActiveSection.MyConfig as SectionConfig).Section_IsFoldout == "Y"
|
||||
&& MyItemInfo.ActiveFormat.MyStepSectionLayoutData.CompressSteps
|
||||
&& mySize > yPageSize
|
||||
&& mySize <= yPageSize * SixLinesPerInch / _SevenLinesPerInch)
|
||||
|
Reference in New Issue
Block a user