Gets or sets an angle to control text counter-clockwise direction. The default value is 0.

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public float TextAngle { get; set; }
Visual Basic
Public Property TextAngle As Single
	Get
	Set
Visual C++
public:
property float TextAngle {
	float get ();
	void set (float value);
}

Property Value

Type: Single

See Also