Beispiel #1
0
 public LoadPageParameters(PDFDocument document, int pageIndex)
 {
     this.document  = document;
     this.pageIndex = pageIndex;
 }