Exemplo n.º 1
0
 public PdfDictionary(PdfObject parent, ParseDictionary dictionary)
     : base(parent, dictionary)
 {
 }
Exemplo n.º 2
0
 public PdfString(PdfObject parent, ParseString str)
     : base(parent, str)
 {
 }
Exemplo n.º 3
0
 public PdfFunction(PdfObject parent, PdfDictionary dictionary)
     : base(parent)
 {
     Dictionary = dictionary;
     Initialize();
 }
Exemplo n.º 4
0
 public PdfName(PdfObject parent, ParseName name)
     : base(parent, name)
 {
 }
Exemplo n.º 5
0
 public PdfFunctionType3(PdfObject parent, PdfDictionary dictionary)
     : base(parent, dictionary)
 {
 }