BGEVL: added NotesToFootnotes flag
Paginate BGE Valve sections
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user