Click or drag to resize

R2_TABLES_RETENTION Enumeration

Tables. For every converter, except the Excel and Html converters, you can set how you would like to handle tables.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public enum R2_TABLES_RETENTION
Members
  Member nameValueDescription
R2_TR_NONE0 No Tables
R2_TR_RETAIN1 RetainTables
R2_TR_TO_TABBED2 ConvertToSeparatedByTabs
R2_TR_TO_SPACES3 ConvertToSeparatedBySpaces
R2_TR_NUMBEROF4 Number of table retention enums.
See Also