Winnovative Word to PDF Converter

PdfColor Constructor (Single, Single, Single, Single)

Winnovative Word to PDF Converter Documentation
Creates a color based on GMYK values. The color values are on a scale from 0 to 1.

Namespace:  WnvWordToPdf
Assembly:  wnvwordtopdf (in wnvwordtopdf.dll) Version: 10.0.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

Reference