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

Syntax

C#
public static void ShowTextAligned(
	PdfContentByte canvas,
	int alignment,
	Phrase phrase,
	float x,
	float y,
	float rotation
)
Visual Basic
Public Shared Sub ShowTextAligned ( _
	canvas As PdfContentByte, _
	alignment As Integer, _
	phrase As Phrase, _
	x As Single, _
	y As Single, _
	rotation As Single _
)
Visual C++
public:
static void ShowTextAligned(
	PdfContentByte^ canvas, 
	int alignment, 
	Phrase^ phrase, 
	float x, 
	float y, 
	float rotation
)

See Also