Specifies the calculated size of object, this size depends from TextSize, AutoWidth and AutoHeight properties, for example if AutoWidth = true and AutoHeight = true then CalcSize = MaxLineWidth, AllLinesHeight + RotateOffset * 2; If AutoWidth = false and AutoHeight = false then CalcSize = TextSize and so on.

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

Syntax

C#
public Size CalcSize { get; }
Visual Basic (Declaration)
Public ReadOnly Property CalcSize As Size

See Also