示例#1
0
 public AnnotationsIterator(PdfAnnotations annotations)
 {
     this.annotations = annotations;
     this.index       = -1;
 }
 public AnnotationsIterator(PdfAnnotations annotations)
 {
   this.annotations = annotations;
   this.index = -1;
 }
示例#3
0
 public AnnotationsIterator(PdfAnnotations annotations)
 {
     _annotations = annotations;
     _index       = -1;
 }