Click or drag to resize

GStateConcat Method (Double, Double, Double, Double, Double, Double)

Concat.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void Concat(
	double a,
	double b,
	double c,
	double d,
	double h,
	double v
)

Parameters

a
Type: SystemDouble
- horizontal 'scaling' component of the new text matrix.
b
Type: SystemDouble
- 'rotation' component of the new text matrix.
c
Type: SystemDouble
- vertical 'scaling' component of the new text matrix.
d
Type: SystemDouble
- 'rotation' component of the new text matrix.
h
Type: SystemDouble
- horizontal translation component of the new text matrix.
v
Type: SystemDouble
- vertical translation component of the new text matrix.
See Also