[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Spec.IPdfDictExt.SetSilent

SetSilent Method

SetSilent(IPdfDict, PdfName, IPdfObject)

Sets the value associated with the specified key without affecting the Changed value. If value is null, the entry specified by the key will be removed.

Declaration
public static void SetSilent(this IPdfDict dict, PdfName key, IPdfObject value)
Public Shared Sub SetSilent(dict As IPdfDict, key As PdfName, value As IPdfObject)
Parameters
Type Name Description
IPdfDict dict

The current dictionary.

PdfName key

The key of the value to set.

IPdfObject value

The value to set.