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

Syntax

C#
public void SetTextMatrix(
	float a,
	float b,
	float c,
	float d,
	float x,
	float y
)
Visual Basic
Public Sub SetTextMatrix ( _
	a As Single, _
	b As Single, _
	c As Single, _
	d As Single, _
	x As Single, _
	y As Single _
)
Visual C++
public:
void SetTextMatrix(
	float a, 
	float b, 
	float c, 
	float d, 
	float x, 
	float y
)

See Also