RecognizedText.TextAngle Property

Definition

Gets the clockwise rotational angle of the recognized text, in degrees.

public:
 property float TextAngle { float get(); };
float TextAngle();
public float TextAngle { get; }
var single = recognizedText.textAngle;
Public ReadOnly Property TextAngle As Single

Property Value

Single

float

The clockwise rotational angle of the recognized text, in degrees.

Remarks

The line scan (left-to-right, top-to-bottom) depends on the supported writing system.

Applies to

See also