Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.10
|
Leadtools.Forms.Recognition Namespace > FormRecognitionResult Class : MasterAttributesCandidatesIndeces Property |
public List<int> MasterAttributesCandidatesIndeces {get; set;}
'Declaration Public Property MasterAttributesCandidatesIndeces As List(Of Integer)
'Usage Dim instance As FormRecognitionResult Dim value As List(Of Integer) instance.MasterAttributesCandidatesIndeces = value value = instance.MasterAttributesCandidatesIndeces
public: property List<int>^ MasterAttributesCandidatesIndeces { List<int>^ get(); void set ( List<int>^ value); }