Click or drag to resize

R2_HEADERS_RETENTION Enumeration

HeadersFooters. You can set how headers and footers should be handled. You can set it for every converter, but the default value is different.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public enum R2_HEADERS_RETENTION
Members
  Member nameValueDescription
R2_HR_NONE0 Do not export headers and footers at all.
R2_HR_AUTO1 Automatically select the most suitable headers-footers format from the options below, based on the output format and formatting level.
R2_HR_BOXES2 Export the text of headers and footers into multiple boxes into the headers-footers area for precise positioning.
R2_HR_TABBEDBOX3 Export each header and footer into one box in the headers-footers area, aligning their parts with tabulators.
R2_HR_TABBED4 Export headers and footers as tabulator aligned text into the headers-footers area of the document.
R2_HR_CONVERT5 Convert headers and footers into normal (non-header) text. This can also result in textboxes in some cases.
R2_HR_NUMBEROF6 Number of R2_HEADERS_RETENTION enums.
See Also