Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / IPdfDictHolderExt Class / SetDict Method
The current PDF dictionary holder.
The key of the value to set.
The value to set.

In This Topic
    SetDict Method
    In This Topic
    Sets the IPdfDictHolder object associated with the specified key, removes a value if value is null.
    Syntax
    'Declaration
     
    Public Shared Sub SetDict( _
       ByVal pdh As IPdfDictHolder, _
       ByVal key As System.String, _
       ByVal value As IPdfDictHolder _
    ) 
    public static void SetDict( 
       IPdfDictHolder pdh,
       System.string key,
       IPdfDictHolder value
    )

    Parameters

    pdh
    The current PDF dictionary holder.
    key
    The key of the value to set.
    value
    The value to set.
    See Also