public int GetPages() { if (_root != null) { _pagelist.Clear(); _root.GetPages(_pagelist); } return(0); }