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