The LargestConfidencePageNumber Property is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.
Specifies the index of the page which has the greatest confidence. This is a 1-based index.
Syntax
Visual Basic (Declaration) | |
---|
Public Property LargestConfidencePageNumber As Integer |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As FormRecognitionResult
Dim value As Integer
instance.LargestConfidencePageNumber = value
value = instance.LargestConfidencePageNumber |
C# | |
---|
public int LargestConfidencePageNumber {get; set;} |
C++/CLI | |
---|
public:
property int LargestConfidencePageNumber {
int get();
void set ( int value);
} |
Property Value
The 1-based integer that specifies the index to the form page with the greatest confidence.
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also