GridRow Constructor (Length)

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Creates an empty GridRow using given row height.

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 GridRow(
	Length height
)

Parameters

height
Type: Apitron.PDF.Kit.StylesLength
Height of the row.
Remarks

Examples

C#
GridRow row = new GridRow(Length.FromInches(0.25));
See Also

Reference