Grid Constructor (Length)

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Initializes a new instance of the Grid class.

Namespace:  Apitron.PDF.Kit.FlowLayout.Content
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public Grid(
	params Length[] columnWidths
)

Parameters

columnWidths
Type: Apitron.PDF.Kit.StylesLength
The column widths.
Exceptions

ExceptionCondition
ArgumentNullException if columnWidths is null.
ArgumentNullExceptionIf any of the values in columnWidths is null.
See Also

Reference