Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / IPdfDictExt Class / Count Method
The current dictionary.

In This Topic
    Count Method (IPdfDictExt)
    In This Topic
    Gets the count of items in the IPdfDict.
    Syntax
    'Declaration
     
    Public Shared Function Count( _
       ByVal dict As IPdfDict _
    ) As System.Integer
    public static System.int Count( 
       IPdfDict dict
    )

    Parameters

    dict
    The current dictionary.
    See Also