←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++
public List<int> MasterAttributesCandidatesIndeces { get; set; } 
  
Public Property MasterAttributesCandidatesIndeces As List(Of 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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Recognition Assembly