This commit is contained in:
@@ -858,6 +858,12 @@ namespace Volian.Svg.Library
|
||||
get { return _CurrentPageNumber; }
|
||||
set { _CurrentPageNumber = value; }
|
||||
}
|
||||
private int _CurrentTOCPageNumber = 0;
|
||||
public int CurrentTOCPageNumber
|
||||
{
|
||||
get { return _CurrentTOCPageNumber; }
|
||||
set { _CurrentTOCPageNumber = value; }
|
||||
}
|
||||
private bool _OnFoldoutPage = false;
|
||||
public bool OnFoldoutPage
|
||||
{
|
||||
|
Reference in New Issue
Block a user