TableCells.CellBorder 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
Syntaxpublic CELLBORDERSTYLE CellBorder { get; set; }
Public Property CellBorder As CELLBORDERSTYLE
Get
Set
public:
property CELLBORDERSTYLE CellBorder {
CELLBORDERSTYLE get ();
void set (CELLBORDERSTYLE value);
}
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