DictionaryEditor.Item

DictionaryEditor indexer

Gets or sets the element with the specified key.

public ICosPdfPrimitive this[string key] { get; set; }
ParameterDescription
keyThe key of the element to get or set.

Return Value

The element with the specified key.

Exceptions

exceptioncondition
ArgumentNullExceptionThe key is null.
KeyNotFoundExceptionThe property is retrieved and key is not found.
ArgumentExceptionThrow exception if key can’t be edited/set.

See Also