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);
}
See Also