RecognizedText.TextAngle Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.