Specifies the "rotated" height of line, this property equals to Size.Height / cos(TextAngle) or Size.Height / sin.TextAngle. Depending on lines direction (by vertically or by horizontally).

Namespace:  C1.C1PrintDocument.Util
Assembly:  C1.C1PrintDocument.Classic.2 (in C1.C1PrintDocument.Classic.2.dll)

Syntax

C#
public int RotatedHeight { get; set; }
Visual Basic (Declaration)
Public Property RotatedHeight As Integer

See Also