Eliminate Forced pagination problems in IP2 Bck

Resize figures when figure is bigger than page
Remove {NULLDOCCURPAGE} when processing page numbers
This commit is contained in:
2014-10-14 13:39:52 +00:00
parent f994210ea6
commit 4ebc193d09
3 changed files with 38 additions and 3 deletions

View File

@@ -2055,6 +2055,8 @@ namespace Volian.Print.Library
return ItemInfo.RomanNumbering(CurrentPageNumber).ToLower();
case "{SETREV}":
return MySection.MyDocVersion.DocVersionConfig.ProcedureSetRev;
case "{NULLDOCCURPAGE}":
return "";
}
if (!_MissingTokens.Contains(match.Value))
{