[]
        
(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)
Parameters
Type Name Description
IPdfDict dict

The current dictionary.

PdfName key

The key of the value to set.

IPdfObject value

The value to set.