[]
Sets or removes the PDF string array associated with a specified key
.
If the specified value
is null,
the value is removed from the current dictionary.
Otherwise the value is set.
public static void SetStringArray(this IPdfDict dict, PdfName key, IEnumerable<string> value, bool singleToArray = true)
Public Shared Sub SetStringArray(dict As IPdfDict, key As PdfName, value As IEnumerable(Of String), Optional singleToArray As Boolean = True)
Type | Name | Description |
---|---|---|
IPdfDict | dict | The current dictionary. |
PdfName | key | The key identifying the value. |
IEnumerable<string> | value | The value to set. |
bool | singleToArray | If true and |