|
PdfColor(Single, Single, Single, Single) Constructor
|
Creates a pdf color based on GMYK values.
Namespace: SelectPdfAssembly: Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 26.2
Syntaxpublic 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 Single
- Cyan value.
- magenta Single
- Magenta value.
- yellow Single
- Yellow value.
- key Single
- Key value.
See Also