Adds the specified key and a new
CosBoolean object to the dictionary.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public void AddBoolean(
string key,
bool value
)
VB
Public Sub AddBoolean (
key As String,
value As Boolean
)
Parameters
- key
- Type: System.String
The key of the element to add. - value
- Type: System.Boolean
The value of the boolean object.
Exceptions
Remarks
The key must not be null and should not start with a
leading slash. Characters in the key should not be escaped. Empty string
(string.Empty) is a valid key.
See Also