Get or set if the width of the cell/column has to grow with the content.

Namespace: TallComponents.PDF.Layout.Paragraphs
Assembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0

Syntax

C#
public bool FitToContent { get; set; }
Visual Basic
Public Property FitToContent As Boolean
	Get
	Set

Remarks

The width of this cell will be set to the minimum value that does not break any included paragraph across lines. If the available space does not allow this, the content is broken anyway.

By default this is turned off (false).

See Also