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

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

    See Also