Exemplo n.º 1
0
 private void init(FileSpecification fs)
 {
     Dictionary.AddItem("Subtype", new PDFName("FileAttachment"));
     _fileSpec = fs;
     Dictionary.AddItem("FS", _fileSpec.GetDictionary());
 }