VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
In This Topic
    VintaSoft Forms Processing .NET Plug-in: Changes in version 8.6
    In This Topic

    API changes in Vintasoft.Imaging.FormsProcessing.dll

    New classes:

    public class Vintasoft.Imaging.FormsProcessing.TemplateMatching.KeyLineZone A key zone, which is specified using line.


    Changed classes:

    Vintasoft.Imaging.FormsProcessing.FormRecognition.FormFieldRecognitionCommand
    Added methods
    public void CopyTo(Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase) Copies the state of the current command to the target command.


    Vintasoft.Imaging.FormsProcessing.TemplateMatching.ImageImprintComparerCommand
    Added methods
    public void CopyTo(Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase) Copies the state of the current command to the target command.


    Vintasoft.Imaging.FormsProcessing.TemplateMatching.ImageImprintGeneratorCommand
    Added methods
    public void CopyTo(Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase) Copies the state of the current command to the target command.


    Vintasoft.Imaging.FormsProcessing.TemplateMatching.KeyLineRecognizerCommand
    Added methods
    public void CopyTo(Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase) Copies the state of the current command to the target command.


    Vintasoft.Imaging.FormsProcessing.TemplateMatching.KeyMarkRecognizerCommand
    Added methods
    public void CopyTo(Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase) Copies the state of the current command to the target command.


    Vintasoft.Imaging.FormsProcessing.TemplateMatching.KeyZoneRecognizerCommand
    Added properties
    public Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase ImagePreprocessing { get; set; } Gets or sets the preprocessing command, which must be applied to the image before zone recognition.
    Added methods
    public void CopyTo(Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase) Copies the state of the current command to the target command.


    Vintasoft.Imaging.FormsProcessing.TemplateMatching.TemplateAligningCommand
    Added methods
    public void CopyTo(Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase) Copies the state of the current command to the target command.


    Vintasoft.Imaging.FormsProcessing.TemplateMatching.TemplateMatchingCommand
    Added methods
    public void CopyTo(Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase) Copies the state of the current command to the target command.
    Added events
    public event System.EventHandler SettingsChanged Occurs when settings are changed.