|
PdfColor(Single) Constructor
|
Creates a Gray-scale color based on a gray level.
Namespace: SelectPdfAssembly: Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 26.2
Syntaxpublic PdfColor(
float gray
)
Public Sub New (
gray As Single
)
Parameters
- gray Single
- A value between 0 and 1 to specify the gray level.
See Also