Пример #1
0
 public Point PointFromPdf(int page, PointF point)
 {
     return(_document.PointFromPdf(TranslatePage(page), point));
 }