//------------------------------------------------------------------------------------------29.01.2006 /// <summary>Writes a string-object to the buffer.</summary> /// <param name="sValue">String value</param> internal void String(String sValue) { NewLine(); String s = RT.sPdfString(sValue); sb.Append(s); bNeedSpace = true; }