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

Syntax

C#
public static float SetColumn(
	ColumnText ct,
	float left,
	float bottom,
	float right,
	float top
)
Visual Basic
Public Shared Function SetColumn ( _
	ct As ColumnText, _
	left As Single, _
	bottom As Single, _
	right As Single, _
	top As Single _
) As Single
Visual C++
public:
static float SetColumn(
	ColumnText^ ct, 
	float left, 
	float bottom, 
	float right, 
	float top
)

See Also