Specifies the size of "fitted" part of object, for example if only first three lines of object are fit in the specified TextSize then FittedBounds.Height equals summary height of first three lines.

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

Syntax

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

See Also