Accusoft.Forms1 - Updated
AlignedImage Property



Accusoft.Forms Namespace > FormResult Class : AlignedImage Property
Gets or sets the image produced by transforming the enhanced image to align with the template image of the matching form found during identification.
Syntax
Public Property AlignedImage As Image
Dim instance As FormResult
Dim value As Image
 
instance.AlignedImage = value
 
value = instance.AlignedImage
public Image AlignedImage {get; set;}
public:
property Image^ AlignedImage {
   Image^ get();
   void set (    Image^ value);
}
See Also

Reference

FormResult Class
FormResult Members