TextSegmentSetTextMatrix Method

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Sets the current text matrix.

Namespace:  Apitron.PDF.Kit.FixedLayout.ContentElements
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public void SetTextMatrix(
	double sx,
	double shx,
	double shy,
	double sy,
	double tx,
	double ty
)

Parameters

sx
Type: SystemDouble
The x scale.
shx
Type: SystemDouble
The x shear.
shy
Type: SystemDouble
The y shear.
sy
Type: SystemDouble
The y scale.
tx
Type: SystemDouble
The x offset.
ty
Type: SystemDouble
The y offset.
See Also

Reference