TextObjectSetSkew Method

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Sets the current text matrix using xAngle and yAngle. Equivalent of call SetTextMatrix(1, Math.Tan(xAlpha), Math.Tan(yAlpha), 1, 0, 0)

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

public void SetSkew(
	double xAlpha,
	double yAlpha
)

Parameters

xAlpha
Type: SystemDouble
Angle to skrew x axis, measured in radians.
yAlpha
Type: SystemDouble
Angle to skrew y axis, measured in radians.
See Also

Reference