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