'Declaration Public Shared Function TryGetStringArray( _ ByVal dict As IPdfDict, _ ByVal key As PdfName, _ ByRef value() As System.String, _ Optional ByVal singleToArray As System.Boolean _ ) As System.Boolean
public static System.bool TryGetStringArray( IPdfDict dict, PdfName key, out System.string[] value, System.bool singleToArray )
Parameters
- dict
- The current dictionary.
- key
- The key identifying the value.
- value
- OUT: The array of string.
- singleToArray
- Indicates whether to convert a single string value to an array.
Return Value
true if successful; false otherwise.