コード例 #1
0
 public void Setup()
 {
     instance  = Create();
     fileHowTo = new FileInfo(Path.Combine(TestContext.CurrentContext.TestDirectory, @".\Data\HowTo.pdf"));
     fileOcr   = new FileInfo(Path.Combine(TestContext.CurrentContext.TestDirectory, @".\Data\non.pdf"));
 }
コード例 #2
0
 public void Setup()
 {
     file     = new FileInfo(Path.Combine(TestContext.CurrentContext.TestDirectory, @".\Pdf\Data\Tickets.pdf"));
     instance = new DevExpressPdfParser(file, 10);
 }