Click or drag to resize

PdfColor Constructor (Color)

Creates a color based on a .NET Color structure

Namespace:  ExpertPdf.HtmlToPdf.PdfDocument
Assembly:  ephtmltopdf (in ephtmltopdf.dll) Version: 17.0.0
Syntax
public PdfColor(
	Color color
)

Parameters

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