Esempio n. 1
0
 /// <summary>
 /// Writes the name data to the current PDFWriter. If the Name value has not been set or is null then PDFNull will be written to the writer
 /// </summary>
 /// <param name="writer">The writer to write to</param>
 public void WriteData(PDFWriter writer)
 {
     writer.WriteNameS(this.Value);
 }