←Select platform

MasterAttributesCandidatesIndeces Property

Summary
List of Master Forms indices passed to FormRecognitionEngine.CompareFormFast that could be master form associated with passed form.

Syntax
C#
VB
C++
Java
public List<int> MasterAttributesCandidatesIndeces { get; set; } 
  
Public Property MasterAttributesCandidatesIndeces As List(Of Integer) 
public java.util.List<java.lang.Integer> getMasterAttributesCandidatesIndeces(); 
public void setMasterAttributesCandidatesIndeces( 
   java.util.List<java.lang.Integer> 
); 
public: 
property List<int>^ MasterAttributesCandidatesIndeces { 
   List<int>^ get(); 
   void set (    List<int>^ ); 
} 

Property Value

List of integers that specifies the Candidates indeices of master attributes.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Recognition Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.