VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.FormsProcessing.FormRecognition.Wpf.UI.VisualTools Namespace / WpfFormFieldTemplateEditorTool Class / IsFieldTemplateAutomaticBuildingEnabled Property
Syntax Remarks Requirements SeeAlso
In This Topic
IsFieldTemplateAutomaticBuildingEnabled Property (WpfFormFieldTemplateEditorTool)
In This Topic
Gets or sets a value indicating whether the automatic building of a field template is enabled.
Syntax
'Declaration

Public Property IsFieldTemplateAutomaticBuildingEnabled As Boolean

public bool IsFieldTemplateAutomaticBuildingEnabled { get; set; }

Property Value

True if automatic building of a field template is enabled; otherwise, false. Default value is true.
Remarks

The AddAndBuild(WpfFormFieldTemplateView) method will do the automatic recognition and building of form field templates if:

The automatic recognition of form field templates is supported for the following types:

Requirements

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

See Also