BGEVL: added NotesToFootnotes flag

Paginate BGE Valve sections
This commit is contained in:
2014-10-29 14:42:40 +00:00
parent fac9c4436a
commit bffb924c2e
2 changed files with 14 additions and 1 deletions

View File

@@ -952,6 +952,14 @@ namespace VEPROMS.CSLA.Library
return LazyLoad(ref _PrintNoTitle, "@PrintNoTitle");
}
}
private LazyLoad<bool> _NotesToFootnotes;
public bool NotesToFootnotes
{
get
{
return LazyLoad(ref _NotesToFootnotes, "@NotesToFootnotes");
}
}
private LazyLoad<bool> _CountFoldoutPages;
public bool CountFoldoutPages
{