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

Collapse imageSyntax

C#
public void SetSimpleColumn(
	Phrase phrase,
	float llx,
	float lly,
	float urx,
	float ury,
	float leading,
	int alignment
)
Visual Basic
Public Sub SetSimpleColumn ( _
	phrase As Phrase, _
	llx As Single, _
	lly As Single, _
	urx As Single, _
	ury As Single, _
	leading As Single, _
	alignment As Integer _
)
Visual C++
public:
void SetSimpleColumn(
	Phrase^ phrase, 
	float llx, 
	float lly, 
	float urx, 
	float ury, 
	float leading, 
	int alignment
)

Collapse imageSee Also