[]
Sets the String value associated with the specified key.
If the value is null or is equal to defValue
,
removes the key from the dictionary.
Note! The method converts a string to the PdfString.
public static void SetString(this IPdfDict dict, PdfName key, string value, string defValue)
Public Shared Sub SetString(dict As IPdfDict, key As PdfName, value As String, defValue As String)