Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / IPdfDictHolderExt Class / Clear Method
The current PDF dictionary holder.

In This Topic
    Clear Method (IPdfDictHolderExt)
    In This Topic
    Clears the dictionary.
    Syntax
    'Declaration
     
    Public Shared Sub Clear( _
       ByVal pdh As IPdfDictHolder _
    ) 
    public static void Clear( 
       IPdfDictHolder pdh
    )

    Parameters

    pdh
    The current PDF dictionary holder.
    See Also