IContentElementTransform Method

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Transforms the content element using specified transformation 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

void Transform(
	double sx,
	double shx,
	double shy,
	double sy,
	double tx,
	double ty
)

Parameters

sx
Type: SystemDouble
The sx.
shx
Type: SystemDouble
The shx.
shy
Type: SystemDouble
The shy.
sy
Type: SystemDouble
The sy.
tx
Type: SystemDouble
The tx.
ty
Type: SystemDouble
The ty.
See Also

Reference