예제 #1
0
 public List <Image> LoadPdfAsImage(string path, int dpi)
 {
     return(_fileOperations.LoadPdfAsImage(path, dpi));
 }