AddDictEntryString Method
In This Topic
Adds a dictionary entry with PDF string value. If string contains chars with code greater than 126 it encoded as unicode. The string is encrypted if an encryption specified for document.
Overload List
Overload | Description |
AddDictEntryString(PdfName,String) | Adds a dictionary entry with PDF string value. If string contains chars with code greater than 126 it encoded as unicode. The string is encrypted if an encryption specified for document. |
AddDictEntryString(PdfName,IList<Byte>) | Adds string dict entry, string is written as PDF string i.e. like (BlaBla). If string contains chars with code greater than 126 it encoded as unicode. String is encoded if encoding specified for document. |
AddDictEntryString(PdfName,IList<Byte>,Boolean) | Adds a dictionary entry with PDF string value. If string contains chars with code greater than 126 it encoded as unicode. The string is encrypted if an encryption specified for document. |
See Also