FormFix v6.0 for .NET - Updated
IdentificationProcessor Property



Accusoft.FormFixSdk Namespace > IdentificationResult Class : IdentificationProcessor Property
The IdentificationProcessor object that constructed this object.
Syntax
'Declaration
 
Public ReadOnly Property IdentificationProcessor As IdentificationProcessor
'Usage
 
Dim instance As IdentificationResult
Dim value As IdentificationProcessor
 
value = instance.IdentificationProcessor
public IdentificationProcessor IdentificationProcessor {get;}
public:
property IdentificationProcessor^ IdentificationProcessor {
   IdentificationProcessor^ get();
}
Remarks

This property is a convenient way to access the IdentificationProcessor object that constructed this object. You can use this property to retrieve the list of FormModel objects or to read private data that you may have attached to the IdentificationProcessor object.

See Also

Reference

IdentificationResult Class
IdentificationResult Members

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