In This Topic
Sets the RGB System.Drawing.Color value associated with the specified key (in a PDF an RGB System.Drawing.Color should be represented as an array of 3 floats).
Syntax
'Declaration
Public Shared Sub SetDeviceRGBColor( _
ByVal As IPdfDict, _
ByVal As PdfName, _
ByVal As System.Nullable(Of Color), _
ByVal As System.Nullable(Of Color) _
)
public static void SetDeviceRGBColor(
IPdfDict ,
PdfName ,
System.Nullable<Color> ,
System.Nullable<Color>
)
Parameters
- dict
- The current dictionary.
- key
- The key of the value to set.
- value
- The value to set.
- defValue
- The default value.
See Also