Click or drag to resize

TWriteIndex Enumeration

Index Page. You can switch on the Index Page generation in simple or 'InFrame' mode using HTML output converters. If it is switched on, an index page is generated with links to the recognized and converted pages. In this case, you can change the text of the navigation links by changing NavNextText, NavPrevText or NavTOCText.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public enum TWriteIndex
Members
  Member nameValueDescription
HWI_NO0 No index page is created.
HWI_SIMPLE1 A simple HTML page is created with links to the pages.
HWI_FRAME2 A two-frame HTML page is created. The links of one frame open each page in the other frame.
See Also