public List <Image> LoadPdfAsImage(string path, int dpi) { return(_fileOperations.LoadPdfAsImage(path, dpi)); }