Initializes a new instance of the LineSeparator class

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

Syntax

C#
public LineSeparator(
	float lineWidth,
	float percentage,
	Color lineColor,
	int align,
	float offset
)
Visual Basic
Public Sub New ( _
	lineWidth As Single, _
	percentage As Single, _
	lineColor As Color, _
	align As Integer, _
	offset As Single _
)
Visual C++
public:
LineSeparator(
	float lineWidth, 
	float percentage, 
	Color^ lineColor, 
	int align, 
	float offset
)

Parameters

lineWidth
Type: System..::..Single
percentage
Type: System..::..Single
lineColor
Type: iTextSharp.text..::..Color
align
Type: System..::..Int32
offset
Type: System..::..Single

See Also