Click or drag to resize

PdfColor Constructor (Color)

Creates a color based on a .NET Color structure

Namespace:  ExpertPdf.PdfCreator
Assembly:  epdfcreator (in epdfcreator.dll) Version: 17.0.0
Syntax
public PdfColor(
	Color color
)

Parameters

color
Type: System.DrawingColor
The .NET Color structure.
See Also