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