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