Click or drag to resize

CONV_PAGERANGE Enumeration

Export page ranges.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
[GuidAttribute("52F0EFF9-B23D-4F64-B76C-B53E155B4932")]
public enum CONV_PAGERANGE
Members
  Member nameValueDescription
CONV_PAGERANGE_DONTCARE-1 Use the value defined by the Converter
CONV_PAGERANGE_ALL0 All pages
CONV_PAGERANGE_SELECTED1 Selected pages
CONV_PAGERANGE_CURRENT2 Current page
CONV_PAGERANGE_SELECTEDZONES3 Selected zones on the current page
Remarks
Every value can be used as workflow paramater with the WFHandler's SetTempParam method.
See Also