'Declaration Public Shared Function TryGetStringOrName( _ ByVal dict As IPdfDict, _ ByVal key As PdfName, _ ByRef value As System.String, _ Optional ByVal addWarning As System.Boolean _ ) As System.Boolean
public static System.bool TryGetStringOrName( IPdfDict dict, PdfName key, out System.string value, System.bool addWarning )
Parameters
- dict
- The current dictionary.
- key
- The key of the value to get.
- value
- OUT: the value associated with the specified key.
- addWarning
- Specifies whether to add a warning if the value could not be converted.
Return Value
True if the key was found and the value could be converted to a Boolean, false otherwise.