Exemplo n.º 1
0
 internal PageLabelsCollection(PDFDictionary dict)
 {
     _numberTree = new NumberTree(dict);
     readKids();
 }
Exemplo n.º 2
0
 internal PageLabelsCollection()
 {
     _numberTree = new NumberTree(new PDFDictionary());
 }