Creates a new instance of the TableColumnDefinition class with the given settings.

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

Syntax

C#
public TableColumnDefinition(
	Unit preferredWidth,
	bool fitToContent,
	bool isFixed
)
Visual Basic
Public Sub New ( _
	preferredWidth As Unit, _
	fitToContent As Boolean, _
	isFixed As Boolean _
)

Parameters

preferredWidth
Type: TallComponents.PDF.Layout..::..Unit
The preferred width for all cells in points or parsable format (like 3cm or 40%).
fitToContent
Type: System..::..Boolean
Specifies if the cell has to be resized to fit to the content.
isFixed
Type: System..::..Boolean
Specifies if the size of the cell is fixed.

See Also