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

In This Topic
    Clear Method (IPdfDictExt)
    In This Topic
    Clears the dictionary.
    Syntax
    'Declaration
     
    Public Shared Function Clear( _
       ByVal dict As IPdfDict _
    ) As System.Boolean
    public static System.bool Clear( 
       IPdfDict dict
    )

    Parameters

    dict
    The current dictionary.
    See Also