| PdfTypeDictionaryRemove(String) Method |
Removes the element with the specified key from the Dictionary.
Namespace: Patagames.Pdf.Net.BasicTypesAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax public bool Remove(
string key
)
Public Function Remove (
key As String
) As Boolean
public:
virtual bool Remove(
String^ key
) sealed
abstract Remove :
key : string -> bool
override Remove :
key : string -> bool
public final boolean Remove(
String key
)
Parameters
- key String
- The key of the element to remove.
Return Value
BooleanAlways true
Implements
IDictionaryTKey, TValueRemove(TKey)Exceptions See Also