Accusoft.Forms1 - Updated
OutputAllFormComparisons Property



Accusoft.Forms Namespace > Processor Class : OutputAllFormComparisons Property
Gets or sets a value indicating whether the IdentificationResult.AllFormComparisons collection is filled when performing form identification.
Syntax
Public Property OutputAllFormComparisons As Boolean
Dim instance As Processor
Dim value As Boolean
 
instance.OutputAllFormComparisons = value
 
value = instance.OutputAllFormComparisons
public bool OutputAllFormComparisons {get; set;}
public:
property bool OutputAllFormComparisons {
   bool get();
   void set (    bool value);
}
Remarks

Default value: false.

In most scenarios the default value of this property is acceptable, however when debugging form identification it may be useful to set this property to true.

See Also

Reference

Processor Class
Processor Members
AllFormComparisons Property