Click or drag to resize

TableCellsGetRowHeight Method

Use this property to get the height of a row in the table.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public int GetRowHeight(
	int Row
)

Parameters

Row
Type: SystemInt32

Return Value

Type: Int32
Remarks

The Row parameter is the index of the requested row.

See Also