PdfPen Constructor (PdfRGBColor)
|
Initializes a new instance of theclass.
Namespace:
Spire.Pdf.Graphics
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfPen(
PdfRGBColor color
)
Public Sub New (
color As PdfRGBColor
)
public:
PdfPen(
PdfRGBColor color
)
new :
color : PdfRGBColor -> PdfPen
Parameters
-
color
-
Type:
Spire.Pdf.Graphics
PdfRGBColor
The color.
See Also