Implicit operator to convert a .NET Color structure a PDF color.

C# | Visual Basic | Visual C++ |
public static implicit operator PdfColor ( Color color )
Public Shared Widening Operator CType ( color As Color ) As PdfColor
static implicit operator PdfColor^ ( Color color )

- color (Color)
- The .NET Color object

PdfColor
The PDF color.
The PDF color.
Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)