Get or set the preferred width for all cells in this column.

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

Syntax

C#
public Unit PreferredWidth { get; set; }
Visual Basic
Public Property PreferredWidth As Unit
	Get
	Set

Remarks

The width may be specified as a fixed value (in points) or a value that can be parsed (like 3cm or 25%).

See Also