[]
Tries to get the string array associated with the specified key.
public static bool TryGetStringArray(this IPdfDict dict, PdfName key, out string[] value, bool singleToArray = false)
| Type | Name | Description |
|---|---|---|
| IPdfDict | dict | The current dictionary. |
| PdfName | key | The key identifying the value. |
| string[] | value | OUT: The array of string. |
| bool | singleToArray | Indicates whether to convert a single string value to an array. |
| Type | Description |
|---|---|
| bool | true if successful; false otherwise. |