FormSuite v6.0 - Updated
AllFormComparisons Property




Accusoft.FormsAPI.Net Assembly > Accusoft.Forms Namespace > IdentificationResult Class : AllFormComparisons Property
Gets a collection of IdentificationComparisonInformation objects. This collection gives comparison info generated during identification, for all forms in the form set and at all permitted rotations.
Syntax
'Declaration
 
Public ReadOnly Property AllFormComparisons As Collection(Of IdentificationComparisonInformation)
'Usage
 
Dim instance As IdentificationResult
Dim value As Collection(Of IdentificationComparisonInformation)
 
value = instance.AllFormComparisons
public Collection<IdentificationComparisonInformation> AllFormComparisons {get;}
public: __property Collection<IdentificationComparisonInformation*>* get_AllFormComparisons();
Remarks
This collection will only be filled if the Processor.OutputAllFormComparisons property is true.
See Also

Reference

IdentificationResult Class
IdentificationResult Members
AlternateMatches Property

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