Namespace: iTextSharp.text
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public Chunk SetUnderline(
	Color color,
	float thickness,
	float thicknessMul,
	float yPosition,
	float yPositionMul,
	int cap
)
Visual Basic
Public Function SetUnderline ( _
	color As Color, _
	thickness As Single, _
	thicknessMul As Single, _
	yPosition As Single, _
	yPositionMul As Single, _
	cap As Integer _
) As Chunk
Visual C++
public:
Chunk^ SetUnderline(
	Color^ color, 
	float thickness, 
	float thicknessMul, 
	float yPosition, 
	float yPositionMul, 
	int cap
)

Parameters

color
Type: iTextSharp.text..::..Color
thickness
Type: System..::..Single
thicknessMul
Type: System..::..Single
yPosition
Type: System..::..Single
yPositionMul
Type: System..::..Single
cap
Type: System..::..Int32

See Also