Get or set the cells preferred width.

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

Syntax

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

Remarks

An attempt is made render the cell with this width. This property is ignored if FitToContent is true.

See Also