Link Search Menu Expand Document

SolidPen Constructor (Color, Single)

Initializes a new instance of the Bytescout.PDF.SolidPen class.

Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
public SolidPen(
	Color color,
	float width
)

Parameters

color
Type: Bytescout.PDFColor
A Bytescout.PDF.Color that indicates the color of the pen.
width
Type: SystemSingle
The width of the pen.
See Also

Reference