Table of Contents

Property DominantTextAngleDegrees

Namespace
LMKit.Document.Layout
Assembly
LM-Kit.NET.dll

DominantTextAngleDegrees

Dominant text angle for this line in degrees, clockwise, normalized to[0, 360). Computed as a robust circular statistic over the word angles.

public double DominantTextAngleDegrees { get; }

Property Value

double

Remarks

The computation is resilient to wrap-around (e.g., 359° vs 1°) and outliers. When no word angles are available, the underlying utility may return 0°.