VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.FormsProcessing.FormRecognition.UI Namespace / FormFieldTemplateViewFactory Class / GetViewForFieldTemplate(Type) Method
Syntax Requirements SeeAlso
In This Topic
    GetViewForFieldTemplate(Type) Method (FormFieldTemplateViewFactory)
    In This Topic
    Returns the view for the form field template.
    Syntax
    'Declaration
    
    Public Shared Function GetViewForFieldTemplate( _
    ByVal fieldTemplateType
    Type of form field template.
    As System.Type _
    ) As System.Type
    public static System.Type GetViewForFieldTemplate(
    System.Type fieldTemplateType
    )
    public: static System.Type* GetViewForFieldTemplate(
    System.Type* fieldTemplateType
    )
    public:
    static System.Type^ GetViewForFieldTemplate(
    System.Type^ fieldTemplateType
    )

    Parameters

    fieldTemplateType
    Type of form field template.

    Return Value

    Type of form field template view if view for the form field template is registered; otherwise, null.
    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