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

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

- color (PdfColor)
- The PDF color object

Color
The .NET color object.
The .NET color object.
Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)