Click or drag to resize

TableCellsSetRowHeight Method

Use this property to set 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 void SetRowHeight(
	int Row,
	int Height
)

Parameters

Row
Type: SystemInt32
Height
Type: SystemInt32
Remarks

The Row parameter is the index of the requested row.

If you use this method, and the parent of the collection is an OCRZone object, a trappable error occurs. Otherwise the Modified property of the parent Document object is set to True.

See Also