Fix page number transitions that were counting foldout pages (should not count those) for AEP

Implement [UNIT] page list token (AEP)
Added property to track page numbers without foldouts for page num transitions (AEP)
This commit is contained in:
2015-04-20 15:59:39 +00:00
parent 05b910a8e6
commit 6f1f63e14f
3 changed files with 18 additions and 2 deletions

View File

@@ -1792,6 +1792,10 @@ namespace Volian.Print.Library
revUnit += "/Unit 1";
plstr = plstr.Replace(token, revUnit);
break;
case "[UNIT]":
string un = MySection.MyDocVersion.DocVersionConfig.Print_UnitNumberForPageList;
plstr = plstr.Replace(token, un);
break;
default:
if (token.Contains(@"RO-"))
{