Click or drag to resize
Pdf Library for .NET

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
)

Parameters

color
Type: System.DrawingColor
The .NET system color.

Return Value

Type: PdfColor
The pdf color.
See Also