[]
Sets the Boolean value associated with the specified key.
If the value is null or is equal to defValue
,
removes the key from the dictionary.
public static void SetBool(this IPdfDict dict, PdfName key, bool? value, bool? defValue)
Public Shared Sub SetBool(dict As IPdfDict, key As PdfName, value As Boolean?, defValue As Boolean?)