Click or drag to resize

PdfColor Constructor (Single, Single, Single, Single)

Creates a color based on GMYK values.

Namespace:  ExpertPdf.HtmlToPdf.PdfDocument
Assembly:  ephtmltopdf (in ephtmltopdf.dll) Version: 17.0.0
Syntax
public PdfColor(
	float cyan,
	float magenta,
	float yellow,
	float key
)

Parameters

cyan
Type: SystemSingle
Cyan value.
magenta
Type: SystemSingle
Magenta value.
yellow
Type: SystemSingle
Yellow value.
key
Type: SystemSingle
Key value.
See Also