Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / IPdfDictExt Class / SetSilent Method
The current dictionary.
The key of the value to set.
The value to set.

In This Topic
    SetSilent Method (IPdfDictExt)
    In This Topic
    Sets the value associated with the specified key without affecting the IPdfDict.Changed value. If value is a null reference (Nothing in Visual Basic), the entry specified by the key will be removed.
    Syntax
    'Declaration
     
    Public Shared Sub SetSilent( _
       ByVal dict As IPdfDict, _
       ByVal key As PdfName, _
       ByVal value As IPdfObject _
    ) 
    public static void SetSilent( 
       IPdfDict dict,
       PdfName key,
       IPdfObject value
    )

    Parameters

    dict
    The current dictionary.
    key
    The key of the value to set.
    value
    The value to set.
    See Also