Click or drag to resize
Pdf Library for .NET

PdfColor Constructor (Color)

Creates a pdf color based on a .NET system color.

Namespace:  SelectPdf
Assembly:  Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax
public PdfColor(
	Color color
)

Parameters

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