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

Syntax

C#
public void SetLineDash(
	float unitsOn,
	float unitsOff,
	float phase
)
Visual Basic
Public Sub SetLineDash ( _
	unitsOn As Single, _
	unitsOff As Single, _
	phase As Single _
)
Visual C++
public:
void SetLineDash(
	float unitsOn, 
	float unitsOff, 
	float phase
)

Parameters

unitsOn
Type: System..::..Single
unitsOff
Type: System..::..Single
phase
Type: System..::..Single

See Also