Click or drag to resize

UserZoneZoneFillingMethod Property

This property specifies the filling method assigned to the user zone.

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

Property Value

Type: FILLINGMETHOD
Remarks

It is the integrator's responsibility to ensure it is suitable for the user zone contents. Possible values are listed in the description of the DefaultFillingMethod property of the Document object, which selects the default filling method. The default value for this property is FM_DEFAULT, which means the FM to be used is acquired from the Document object's DefaultFillingMethod property. Not all recognition method and filling method combinations are allowed. See the RecAPI documentation for available combinations. Setting an invalid combination will result in a trappable error when the Recognize method of the Page or Document object is called.

Changing this property sets the Modified property of the Document object to True.

See Also