In This Topic
Sets the Boolean value associated with the specified key. If the value is null or is equal to , removes the key from the dictionary.
Syntax
'Declaration
Public Shared Sub SetBool( _
ByVal As IPdfDict, _
ByVal As PdfName, _
ByVal As System.Nullable(Of Boolean), _
ByVal As System.Nullable(Of Boolean) _
)
public static void SetBool(
IPdfDict ,
PdfName ,
System.Nullable<bool> ,
System.Nullable<bool>
)
Parameters
- dict
- The current dictionary.
- key
- The key identifying the value.
- value
- The value to set.
- defValue
- The default value.
See Also