Exemple #1
0
 internal PdfPagesEnumerator(PdfPages list)
 {
     _list  = list;
     _index = -1;
 }
 internal PdfPagesEnumerator(PdfPages list)
 {
   this.list = list;
   this.index = -1;
 }
 internal PdfPagesEnumerator(PdfPages list)
 {
     this.list  = list;
     this.index = -1;
 }