Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public bool Remove(
string key
)
VB
Public Function Remove (
key As String
) As Boolean
Parameters
- key
- Type: System.String
The key of the element to remove.
Return Value
Type:
Booleantrue if the element is successfully found and removed; otherwise,
false.
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