VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.FormsProcessing.FormRecognition.UI Namespace / FormFieldViewCollection Class
Constructors Properties Methods SeeAlso
In This Topic
FormFieldViewCollection Class Members
In This Topic
The following tables list the members exposed by FormFieldViewCollection.
Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the FormFieldViewCollection class.
Public Properties
Protected Properties
Public Methods
 NameDescription
Public MethodAdds an object to the end of the System.Collections.ObjectModel.Collection. (Inherited from System.Collections.ObjectModel.Collection<Vintasoft.Imaging.FormsProcessing.FormRecognition.UI.FormFieldView>)
Public MethodRemoves all elements from the System.Collections.ObjectModel.Collection. (Inherited from System.Collections.ObjectModel.Collection<Vintasoft.Imaging.FormsProcessing.FormRecognition.UI.FormFieldView>)
Public MethodDetermines whether an element is in the System.Collections.ObjectModel.Collection. (Inherited from System.Collections.ObjectModel.Collection<Vintasoft.Imaging.FormsProcessing.FormRecognition.UI.FormFieldView>)
Public MethodCopies the entire System.Collections.ObjectModel.Collection to a compatible one-dimensional System.Array, starting at the specified index of the target array. (Inherited from System.Collections.ObjectModel.Collection<Vintasoft.Imaging.FormsProcessing.FormRecognition.UI.FormFieldView>)
Public MethodReturns a dictionary that maps every item in the FormFieldViewCollection to the item that contains it.
Public MethodReturns an enumerator that iterates through the System.Collections.ObjectModel.Collection. (Inherited from System.Collections.ObjectModel.Collection<Vintasoft.Imaging.FormsProcessing.FormRecognition.UI.FormFieldView>)
Public MethodSearches for the specified object and returns the zero-based index of the first occurrence within the entire System.Collections.ObjectModel.Collection. (Inherited from System.Collections.ObjectModel.Collection<Vintasoft.Imaging.FormsProcessing.FormRecognition.UI.FormFieldView>)
Public MethodInserts an element into the System.Collections.ObjectModel.Collection at the specified index. (Inherited from System.Collections.ObjectModel.Collection<Vintasoft.Imaging.FormsProcessing.FormRecognition.UI.FormFieldView>)
Public MethodRemoves the first occurrence of a specific object from the System.Collections.ObjectModel.Collection. (Inherited from System.Collections.ObjectModel.Collection<Vintasoft.Imaging.FormsProcessing.FormRecognition.UI.FormFieldView>)
Public MethodRemoves the element at the specified index of the System.Collections.ObjectModel.Collection. (Inherited from System.Collections.ObjectModel.Collection<Vintasoft.Imaging.FormsProcessing.FormRecognition.UI.FormFieldView>)
Protected Methods
See Also