|
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
)
Public Sub New (
cyan As Single,
magenta As Single,
yellow As Single,
key As Single
)
Parameters
- cyan
- Type: SystemSingle
Cyan value. - magenta
- Type: SystemSingle
Magenta value. - yellow
- Type: SystemSingle
Yellow value. - key
- Type: SystemSingle
Key value.
See Also