In This Topic
Sets the Color value associated with the specified key. If the value is null or is equal to , removes the key from the dictionary.
Syntax
'Declaration
Public Shared Sub SetColor( _
ByVal As IPdfDict, _
ByVal As PdfName, _
ByVal As System.Nullable(Of Color), _
ByVal As System.Nullable(Of Color) _
)
public static void SetColor(
IPdfDict ,
PdfName ,
System.Nullable<Color> ,
System.Nullable<Color>
)
Parameters
- dict
- The current dictionary.
- key
- The key identifying the value.
- value
- The value to set.
- defValue
- The default value.
See Also