'Declaration
Public Function GetKeyValueAsBool( _ ByVal key As PdfCosName, _ ByVal defaultValue As Boolean _ ) As Boolean
'Usage
Dim instance As PdfCosDictionary Dim key As PdfCosName Dim defaultValue As Boolean Dim value As Boolean value = instance.GetKeyValueAsBool(key, defaultValue)
public bool GetKeyValueAsBool( PdfCosName key, bool defaultValue )
public: bool GetKeyValueAsBool( PdfCosName^ key, bool defaultValue )
Parameters
- key
- Key to return.
- defaultValue
- Default value to return if the key does not exist.
Return Value
The key value