|  | 
| PdfColor Constructor (Color) | 
 
            Creates a pdf color based on a .NET system color.
            
 
    Namespace: 
   SelectPdf
    Assembly:
   Select.Pdf (in Select.Pdf.dll) Version: 24.1
 Syntax
Syntaxpublic PdfColor(
	Color color
)
Public Sub New ( 
	color As Color
)
Parameters
- color
- Type: System.DrawingColor
 The .NET system color.
 See Also
See Also