Click or drag to resize

TableCellsCellBorder Property

Use this property to get or set the style of the lines inside the table; this can improve table recognition.

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

Property Value

Type: CELLBORDERSTYLE
Remarks

Available values are listed in the description of the TableBorder property.

The default value is CB_AUTO.

If this property is being changed, 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