PDF .NET Library Documentation - PDF Technologies, Inc.
Initializes a new instance of the PDFPen class

Namespace:  PDFTech
Assembly:  PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)

Syntax

C#
public PDFPen(
	Color color,
	double width
)
Visual Basic (Declaration)
Public Sub New ( _
	color As Color, _
	width As Double _
)
Visual C++
public:
PDFPen(
	Color color, 
	double width
)

Parameters

color
Type: System.Drawing..::.Color
width
Type: System..::.Double

See Also