| PdfTypeDictionaryRemove(KeyValuePairString, PdfTypeBase) 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(
KeyValuePair<string, PdfTypeBase> item
)
Public Function Remove (
item As KeyValuePair(Of String, PdfTypeBase)
) As Boolean
public:
virtual bool Remove(
KeyValuePair<String^, PdfTypeBase^> item
) sealed
abstract Remove :
item : KeyValuePair<string, PdfTypeBase> -> bool
override Remove :
item : KeyValuePair<string, PdfTypeBase> -> bool
public final boolean Remove(
KeyValuePair<String, PdfTypeBase> item
)
Parameters
- item KeyValuePairString, PdfTypeBase
- The key of the element to remove.
Return Value
BooleanAlways true
Implements
ICollectionTRemove(T)Exceptions See Also