HiQPdf Documentation

PdfColor Constructor (Single, Single, Single, Single)

Quickly Create High Quality PDFs
Constructs a PDF color with the given CMYK components as real values between 0 and 1

Namespace:  HiQPdf
Assembly:  HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
Syntax

public PdfColor(
	float cyan,
	float magenta,
	float yellow,
	float black
)

Parameters

cyan
Type: SystemSingle
Cyan component
magenta
Type: SystemSingle
Magenta component
yellow
Type: SystemSingle
Yellow component
black
Type: SystemSingle
Black component
See Also

Reference