コード例 #1
0
 internal PdfPagesEnumerator(PdfPages list)
 {
     _list  = list;
     _index = -1;
 }
コード例 #2
0
ファイル: PdfPages.cs プロジェクト: bossaia/alexandrialibrary
 internal PdfPagesEnumerator(PdfPages list)
 {
   this.list = list;
   this.index = -1;
 }
コード例 #3
0
 internal PdfPagesEnumerator(PdfPages list)
 {
     this.list  = list;
     this.index = -1;
 }