FormSuite v6.0 - Updated
OutputAllFormComparisons Property




Accusoft.FormsAPI.Net Assembly > 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
'Declaration
 
Public Property OutputAllFormComparisons As Boolean
'Usage
 
Dim instance As Processor
Dim value As Boolean
 
instance.OutputAllFormComparisons = value
 
value = instance.OutputAllFormComparisons
public bool OutputAllFormComparisons {get; set;}
public: __property bool get_OutputAllFormComparisons();
public: __property void set_OutputAllFormComparisons( 
   bool value
);
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

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