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