private void SetPdfPageCount(string file) { if (!File.Exists(file)) { return; } PdfPageCount = _pdfService.GetNumberOfPdfPages(file); }