Get or set if the width of the cell/column is fixed.

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

Syntax

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

Remarks

When it is not possible to respect the preferred width of all cells in the table, the preferred width of a Fixed cell will have precedence over non-fixed cells.

By default this is turned off (false).

See Also