Click or drag to resize

OCRZoneFormFieldName Property

This property returns the field name provided by Logical Form Recognition if available.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public string FormFieldName { get; }

Property Value

Type: String
Remarks

Note that in the current implementation the OCRZone always returns an empty string for this property; it is reserved for future use. To access and change the field names you need to use the UserZone object's FormFieldName property as described there.

See Also