Click or drag to resize

TableCellsTableBorder Property

Use this property to get or set the style of the border around the whole table.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public CELLBORDERSTYLE TableBorder { get; set; }

Property Value

Type: CELLBORDERSTYLE
Remarks

This can improve table recognition. Available values are listed under the CELLBORDERSTYLE Enumeration topic.

Default value is CB_AUTO.

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

See Also