VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.FormsProcessing.FormRecognition Namespace / FormFieldTemplateTable<T> Class / BuildFieldTemplates(VintasoftImage) Method
Syntax Requirements SeeAlso
In This Topic
    BuildFieldTemplates(VintasoftImage) Method (FormFieldTemplateTable<T>)
    In This Topic
    Detects and builds the form field templates, which are equal to this form field template, in image region, which is specified by BoundingBox property.
    Syntax
    'Declaration
    
    Public Overrides Function BuildFieldTemplates( _
    ByVal image
    An image, where field templates must be searched.
    As Vintasoft.Imaging.VintasoftImage _
    ) As FormFieldTemplate[]
    public override FormFieldTemplate[] BuildFieldTemplates(
    Vintasoft.Imaging.VintasoftImage image
    )
    public: FormFieldTemplate*[] BuildFieldTemplates(
    Vintasoft.Imaging.VintasoftImage* image
    ); override
    public:
    FormFieldTemplate^[] BuildFieldTemplates(
    Vintasoft.Imaging.VintasoftImage^ image
    ); override

    Parameters

    image
    An image, where field templates must be searched.

    Return Value

    An array of form field templates. Array contains detected and created form field templates if form field templates were created; otherwise, array contains this form field template.
    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