VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
In This Topic
    VintaSoft Forms Processing .NET Plug-in: API changes in version 14.1
    In This Topic

    API changes in Vintasoft.Imaging.FormsProcessing.dll

    Changed classes:

    Vintasoft.Imaging.FormsProcessing.FormRecognition.FormFieldTemplate
    Added methods
    public Vintasoft.Imaging.FormsProcessing.FormRecognition.FormFieldTemplate[] BuildFieldTemplates(Vintasoft.Imaging.VintasoftImage) Detects and builds the form field templates, which are equal to this form field template, in image region, which is specified by BoundingBox property.


    Vintasoft.Imaging.FormsProcessing.FormRecognition.Omr.OmrFieldTemplate
    Added properties
    public static int MinFieldSize { get; set; } Gets or sets the minimum size of the field, in pixels.




    API changes in Vintasoft.Imaging.FormsProcessing.UI.dll

    New classes:

    public class Vintasoft.Imaging.FormsProcessing.FormRecognition.UI.VisualTools.FormFieldTemplateViewAddingEventArgs Provides data for the FieldTemplateAdding event.


    Changed classes:

    Vintasoft.Imaging.FormsProcessing.FormRecognition.UI.VisualTools.FormFieldTemplateEditorTool
    Added properties
    public Vintasoft.Imaging.UI.VisualTools.RectangularSelectionTool FieldTemplateWizardTool { get; } Gets the field template wizard tool.
    public bool IsFieldTemplateAutomaticBuildingEnabled { get; set; } Gets or sets a value indicating whether the automatic building of a field template is enabled.
    Added events
    public event System.EventHandler<Vintasoft.Imaging.FormsProcessing.FormRecognition.UI.VisualTools.FormFieldTemplateViewAddingEventArgs> FieldTemplateAdding Occurs when the field template is adding using AddAndBuild(FormFieldTemplateView) method.




    API changes in Vintasoft.Imaging.FormsProcessing.Wpf.UI.dll

    New classes:

    public class Vintasoft.Imaging.FormsProcessing.FormRecognition.Wpf.UI.VisualTools.WpfFormFieldTemplateViewAddingEventArgs Provides data for the FieldTemplateAdding event.


    Changed classes:

    Vintasoft.Imaging.FormsProcessing.FormRecognition.Wpf.UI.VisualTools.WpfFormFieldTemplateEditorTool
    Added properties
    public Vintasoft.Imaging.Wpf.UI.VisualTools.WpfRectangularSelectionTool FieldTemplateWizardTool { get; } Gets the field template wizard tool.
    public bool IsFieldTemplateAutomaticBuildingEnabled { get; set; } Gets or sets a value indicating whether the automatic building of a field template is enabled.
    Added events
    public event System.EventHandler<Vintasoft.Imaging.FormsProcessing.FormRecognition.Wpf.UI.VisualTools.WpfFormFieldTemplateViewAddingEventArgs> FieldTemplateAdding Occurs when the field template is adding using AddAndBuild(WpfFormFieldTemplateView) method.