Click or drag to resize

TableCellsSetColumnWidth Method

Use this method to set the width of a column in the table.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public void SetColumnWidth(
	int Column,
	int Width
)

Parameters

Column
Type: SystemInt32
Width
Type: SystemInt32
Remarks

The Column parameter is the index of the requested column.

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