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

    Этот код 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.UI.ImageViewer, templateEditorTool As Vintasoft.Imaging.FormsProcessing.FormRecognition.UI.VisualTools.FormFieldTemplateEditorTool)
        viewer.VisualTool = New Vintasoft.Imaging.UI.VisualTools.CompositeVisualTool(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.UI.ImageViewer viewer,
        Vintasoft.Imaging.FormsProcessing.FormRecognition.UI.VisualTools.FormFieldTemplateEditorTool templateEditorTool)
    {
        viewer.VisualTool = new Vintasoft.Imaging.UI.VisualTools.CompositeVisualTool(
            templateEditorTool, templateEditorTool.FieldTemplateWizardTool);
    }
    
    

    Требования

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

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