Leadtools.Forms.Recognition名前空間 > FormRecognitionResultクラス :MasterAttributesCandidatesIndecesプロパティ |
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); }