Click or drag to resize

UserZoneFormFieldName Property

This property returns the field name provided by the Logical Form Recognition process if available or the modified value if it was previously altered through the FormFieldName property.

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

Property Value

Type: String
Remarks

This information is available:

This property is useful only in a single situation, when you need to pre-set the names assigned to the form fields prior to invoking the Page object's SaveFormTemplate or ConvertToDirectTXT method passing DTXT_XMLCOORD in the Format parameter.

See Also