Apitron.PDF.Kit library for .NET
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Returns true if the dictionary contains the item otherwise false
Determines whether the dictionary contains the specified item.
Namespace: Apitron.PDF.Kit.FixedLayout.Resources
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax
Parameters
- item
- Type: System.Collections.GenericKeyValuePairTKey, TValue
The item.
Return Value
Type: BooleanReturns true if the dictionary contains the item otherwise false
Implements
ICollectionTContains(T)See Also