VintaSoft Imaging .NET SDK 15.1: Документация для .NET разработчика
Vintasoft.Imaging.FormsProcessing.FormRecognition.Wpf.UI.VisualTools Namespace / WpfFormFieldTemplateEditorTool Class / FieldTemplateWizardTool Property
Синтаксис Example Требования Смотрите также
В этом разделе
FieldTemplateWizardTool Свойство (WpfFormFieldTemplateEditorTool)
В этом разделе
Возвращает инструмент мастера шаблонов полей.
Синтаксис
Пример

Вот C#/VB.NET код, который демонстрирует, как установить инструмент редактора шаблонов полей формы и инструмент мастера шаблонов полей для просмотрщика изображений.


''' <summary>
''' Sets the form field template editor tool and the field template wizard tool to the specified image viewer.
''' </summary>
''' <param name="viewer">The image viewer.</param>
''' <param name="templateEditorTool">The form field template editor tool.</param>
Public Shared Sub SetFormFieldTemplateEditorTool(viewer As Vintasoft.Imaging.Wpf.UI.WpfImageViewer, templateEditorTool As Vintasoft.Imaging.FormsProcessing.FormRecognition.Wpf.UI.VisualTools.WpfFormFieldTemplateEditorTool)
    viewer.VisualTool = New Vintasoft.Imaging.Wpf.UI.VisualTools.WpfCompositeVisualTool(templateEditorTool, templateEditorTool.FieldTemplateWizardTool)
End Sub


/// <summary>
/// Sets the form field template editor tool and the field template wizard tool to the specified image viewer.
/// </summary>
/// <param name="viewer">The image viewer.</param>
/// <param name="templateEditorTool">The form field template editor tool.</param>
public static void SetFormFieldTemplateEditorTool(Vintasoft.Imaging.Wpf.UI.WpfImageViewer viewer,
    Vintasoft.Imaging.FormsProcessing.FormRecognition.Wpf.UI.VisualTools.WpfFormFieldTemplateEditorTool templateEditorTool)
{
    viewer.VisualTool = new Vintasoft.Imaging.Wpf.UI.VisualTools.WpfCompositeVisualTool(
        templateEditorTool, templateEditorTool.FieldTemplateWizardTool);
}

Требования

Целевые платформы: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

Смотрите также