Ejemplo n.º 1
0
 public AnnotationsIterator(PdfAnnotations annotations)
 {
     this.annotations = annotations;
     this.index       = -1;
 }
Ejemplo n.º 2
0
 public AnnotationsIterator(PdfAnnotations annotations)
 {
   this.annotations = annotations;
   this.index = -1;
 }
Ejemplo n.º 3
0
 public AnnotationsIterator(PdfAnnotations annotations)
 {
     _annotations = annotations;
     _index       = -1;
 }