TableCells.SetColumnWidth 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
Syntaxpublic void SetColumnWidth(
int Column,
int Width
)
Public Sub SetColumnWidth (
Column As Integer,
Width As Integer
)
public:
void SetColumnWidth(
[InAttribute] int Column,
[InAttribute] int Width
)
Parameters
- Column
- Type: System.Int32
- Width
- Type: System.Int32
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