|
PdfColor Conversion (Color to PdfColor) |
Implicit operator to convert a .NET system color to a pdf color.
Namespace:
SelectPdf
Assembly:
Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax public static implicit operator PdfColor (
Color color
)
Public Shared Widening Operator CType (
color As Color
) As PdfColor
Parameters
- color
- Type: System.DrawingColor
The .NET system color.
Return Value
Type:
PdfColorThe pdf color.
See Also