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

Syntax

C#
public void ShowTextAligned(
	int alignment,
	string text,
	float x,
	float y,
	float rotation
)
Visual Basic
Public Sub ShowTextAligned ( _
	alignment As Integer, _
	text As String, _
	x As Single, _
	y As Single, _
	rotation As Single _
)
Visual C++
public:
void ShowTextAligned(
	int alignment, 
	String^ text, 
	float x, 
	float y, 
	float rotation
)

Parameters

alignment
Type: System..::..Int32
text
Type: System..::..String
x
Type: System..::..Single
y
Type: System..::..Single
rotation
Type: System..::..Single

See Also