Пример #1
0
 public void SetInt(int index, int?value)
 {
     this[index] = PdfInteger.Get(value);
 }