public int FetchCount()
 {
     if (count == -1)
     {
         count = MuPDF.CountPages(source, password);
     }
     return(count);
 }