PdfColor(PdfColorSpace, Double) Constructor |
Initializes a new instance of the
PdfColor structure using the specified color space and a single colorant value.
Namespace: SautinSoft.Pdf.ContentAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.5.5
Syntaxpublic PdfColor(
PdfColorSpace space,
double colorant
)
Public Sub New (
space As PdfColorSpace,
colorant As Double
)
Parameters
- space PdfColorSpace
- The color space whose whose Family is not Pattern and ColorantCount is 1.
- colorant Double
- The single colorant value.
Exceptions
See Also