FormFix v6.0 for .NET - Updated
Identify Method (FieldTypeClassificationProcessor)



Accusoft.FormFixSdk Namespace > FieldTypeClassificationProcessor Class : Identify Method
Detects the field type.
Syntax
'Declaration
 
Public Function Identify( _
   ByVal formImage As FormImage _
) As FieldTypeResult
'Usage
 
Dim instance As FieldTypeClassificationProcessor
Dim formImage As FormImage
Dim value As FieldTypeResult
 
value = instance.Identify(formImage)
public FieldTypeResult Identify( 
   FormImage formImage
)
public:
FieldTypeResult^ Identify( 
   FormImage^ formImage
) 

Parameters

formImage

Return Value

An FieldTypeResult object with analysis results information.
Exceptions
ExceptionDescription
Indicates that Area rectangle is empty.
Indicates that Area exceeds the input image size.
Indicates errors classifying field type for the field on the form.
See Also

Reference

FieldTypeClassificationProcessor Class
FieldTypeClassificationProcessor Members

Is this page helpful?
Yes No
Thanks for your feedback.