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

Syntax

C#
public void AddRegularColumns(
	float left,
	float right,
	float gutterWidth,
	int numColumns
)
Visual Basic
Public Sub AddRegularColumns ( _
	left As Single, _
	right As Single, _
	gutterWidth As Single, _
	numColumns As Integer _
)
Visual C++
public:
void AddRegularColumns(
	float left, 
	float right, 
	float gutterWidth, 
	int numColumns
)

Parameters

left
Type: System..::..Single
right
Type: System..::..Single
gutterWidth
Type: System..::..Single
numColumns
Type: System..::..Int32

See Also