VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.FormsProcessing.FormRecognition Namespace / FormRecognitionParams Class / FormRecognitionParams Constructor(ImageSize,VintasoftImage,AffineMatrix)
Syntax Exceptions Requirements SeeAlso
In This Topic
    FormRecognitionParams Constructor(ImageSize,VintasoftImage,AffineMatrix)
    In This Topic
    Initializes a new instance of the FormRecognitionParams class.
    Syntax

    Parameters

    templateSize
    Size of the template image.
    image
    The image on which the form field shall be recognized.
    imageTransformMatrix
    The matrix of affine transformation from the filled image to the template image.
    Exceptions
    ExceptionDescription
    Thrown if any of templateSize, image or imageTransformMatrix is null.
    Requirements

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

    See Also