OCRZone.FormFieldName 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
Syntaxpublic string FormFieldName { get; }
Public ReadOnly Property FormFieldName As String
Get
public:
property String^ FormFieldName {
String^ 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