Get or set if the table width may vary dependinding on content.

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

Syntax

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

Remarks

If false, the contained rows and cells determine the width of this table, otherwise, the PreferredWidth property is used to set the width of the table.

See Also