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

Syntax

C#
public void ConcatCTM(
	float a,
	float b,
	float c,
	float d,
	float e,
	float f
)
Visual Basic
Public Sub ConcatCTM ( _
	a As Single, _
	b As Single, _
	c As Single, _
	d As Single, _
	e As Single, _
	f As Single _
)
Visual C++
public:
void ConcatCTM(
	float a, 
	float b, 
	float c, 
	float d, 
	float e, 
	float f
)

See Also