Accusoft.Forms1 - Updated
AffineTransformation Property



Accusoft.Forms Namespace > IdentificationResult Class : AffineTransformation Property
Gets or sets the value of the Affine transformation matrix that the IdentificationProcessor produced, which maps points from the FormResult.IdentificationInputImage to the form template image (or FormResult.AlignedImage).
Syntax
Public Property AffineTransformation As Matrix
Dim instance As IdentificationResult
Dim value As Matrix
 
instance.AffineTransformation = value
 
value = instance.AffineTransformation
public Matrix AffineTransformation {get; set;}
public:
property Matrix^ AffineTransformation {
   Matrix^ get();
   void set (    Matrix^ value);
}
See Also

Reference

IdentificationResult Class
IdentificationResult Members