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,
	int runDirection,
	int arabicOptions
)
Visual Basic
Public Shared Sub ShowTextAligned ( _
	canvas As PdfContentByte, _
	alignment As Integer, _
	phrase As Phrase, _
	x As Single, _
	y As Single, _
	rotation As Single, _
	runDirection As Integer, _
	arabicOptions As Integer _
)
Visual C++
public:
static void ShowTextAligned(
	PdfContentByte^ canvas, 
	int alignment, 
	Phrase^ phrase, 
	float x, 
	float y, 
	float rotation, 
	int runDirection, 
	int arabicOptions
)

Parameters

canvas
Type: iTextSharp.text.pdf..::..PdfContentByte
alignment
Type: System..::..Int32
phrase
Type: iTextSharp.text..::..Phrase
x
Type: System..::..Single
y
Type: System..::..Single
rotation
Type: System..::..Single
runDirection
Type: System..::..Int32
arabicOptions
Type: System..::..Int32

See Also