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
Syntaxpublic string FormFieldName { get; set; }
Public Property FormFieldName As String
Get
Set
public:
property String^ FormFieldName {
String^ get ();
void set (String^ value);
}
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