Count Method
Count(IPdfDict)
Gets the count of items in the IPdfDict.
Declaration
public static int Count(this IPdfDict dict)
Public Shared Function Count(dict As IPdfDict) As Integer
Parameters
| Type |
Name |
Description |
| IPdfDict |
dict |
The current dictionary.
|
Returns