Set(IPdfDict,PdfName,IPdfName,IPdfName) Method
In This Topic
Sets the PDF Name value associated with the specified key. If the value is null or is equal to , removes the key from the dictionary.
Syntax
'Declaration
Public Overloads Shared Sub Set( _
ByVal As IPdfDict, _
ByVal As PdfName, _
ByVal As IPdfName, _
ByVal As IPdfName _
)
public static void Set(
IPdfDict ,
PdfName ,
IPdfName ,
IPdfName
)
Parameters
- dict
- The current dictionary.
- key
- The key identifying the value.
- value
- The value to set.
- defValue
- The default value.
See Also