Esempio n. 1
0
 internal PdfPagesEnumerator(PdfPages list)
 {
     _list  = list;
     _index = -1;
 }
Esempio n. 2
0
 internal PdfPagesEnumerator(PdfPages list)
 {
   this.list = list;
   this.index = -1;
 }
Esempio n. 3
0
 internal PdfPagesEnumerator(PdfPages list)
 {
     this.list  = list;
     this.index = -1;
 }