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