|  | 
| 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: 24.1
 Syntax
Syntaxpublic 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
See Also