Grid Constructor (IEnumerableLength)

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(
	IEnumerable<Length> columnWidths
)

Parameters

columnWidths
Type: System.Collections.GenericIEnumerableLength
The column widths.
Exceptions

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

Reference