PdfDictionaryRemove Method |
Namespace: SautinSoft.Pdf.ObjectsAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.8.8
Syntax public bool Remove(
PdfName key
)
Public Function Remove (
key As PdfName
) As Boolean
Parameters
- key PdfName
- The key of the entry to remove.
Return Value
Boolean if the key is found and the entry removed; otherwise,
. This method returns
if key is not found in the
PdfDictionary.
Implements
IDictionaryTKey, TValueRemove(TKey)Exceptions Exception | Condition |
---|
InvalidOperationException | The current PdfDictionary is read-only
(IsReadOnly returns ). |
ArgumentNullException | key is . |
See Also