public int GetActualCountOfPages()
 {
     return(Doc.ComputeStatistics(WdStatistic.wdStatisticPages, false));
 }