ExpertPdf Html to Pdf Converter Library
PdfColor Constructor (cyan, magenta, yellow, key)
NamespacesExpertPdf.HtmlToPdf.PdfDocumentPdfColorPdfColor(Single, Single, Single, Single)
ExpertPdf Html to Pdf Converter Library
Creates a color based on GMYK values.
Declaration Syntax
C#Visual BasicVisual C++
public PdfColor(
	float cyan,
	float magenta,
	float yellow,
	float key
)
Public Sub New ( 
	cyan As Single,
	magenta As Single,
	yellow As Single,
	key As Single
)
public:
PdfColor(
	float cyan, 
	float magenta, 
	float yellow, 
	float key
)
Parameters
cyan (Single)
Cyan value.
magenta (Single)
Magenta value.
yellow (Single)
Yellow value.
key (Single)
Key value.

Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)