'Declaration Public Shared Function GetNameArrayStr( _ ByVal dict As IPdfDict, _ ByVal key As PdfName, _ Optional ByVal singleToArray As System.Boolean _ ) As System.String()
public static System.string[] GetNameArrayStr( IPdfDict dict, PdfName key, System.bool singleToArray )
Parameters
- dict
- The current dictionary.
- key
- The key identifying the value.
- singleToArray
- Indicates whether to convert a single PDF Name value to an array.
Return Value
The array associated with the specified key, or null.