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