Click or drag to resize
Pdf Library for .NET

PdfColor Constructor (Single, Single, Single, Single)

Creates a pdf color based on GMYK values.

Namespace:  SelectPdf
Assembly:  Select.Pdf (in Select.Pdf.dll) Version: 20.2
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