Table of Contents

Method Remove

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

Remove(string)

Removes the value with the specified key from the CosDictionary.

public bool Remove(string key)

Parameters

key string

The key of the element to remove.

Returns

bool

true if the element is successfully found and removed; otherwise, false.

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.

Exceptions

ArgumentNullException

The key or value is null.