Click or drag to resize

DocumentLookForHeaderFooter Property

Use this property if you want to control the handling of header and footer information during output generation.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public bool LookForHeaderFooter { get; set; }

Property Value

Type: Boolean
Remarks

The default value is True.

The Recognize method of the Document or Page objects uses this setting.

Changing this property will set the Modified property to True.

See Also