VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.FormsProcessing.FormRecognition.UI Namespace / FormFieldGroupView Class / ViewItems Property
Syntax Requirements SeeAlso
In This Topic
    ViewItems Property (FormFieldGroupView)
    In This Topic
    Gets the FormFieldViewCollection associated with the form field.
    Syntax
    'Declaration
    
    <DescriptionAttribute("Form field view collection associated with the form field.")>
    Public ReadOnly Property ViewItems As FormFieldViewCollection
    
    
    [Description("Form field view collection associated with the form field.")]
    public FormFieldViewCollection ViewItems { get; }
    
    
    [Description("Form field view collection associated with the form field.")]
    public: __property FormFieldViewCollection* get_ViewItems();
    
    
    
    [Description("Form field view collection associated with the form field.")]
    public:
    property FormFieldViewCollection^ ViewItems { FormFieldViewCollection^ get(); }
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also