FormSuite v6.0 - Updated
AlignedImage Property




Accusoft.FormsAPI.Net Assembly > 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
'Declaration
 
Public Property AlignedImage As Image
'Usage
 
Dim instance As FormResult
Dim value As Image
 
instance.AlignedImage = value
 
value = instance.AlignedImage
public Image AlignedImage {get; set;}
public: __property Image* get_AlignedImage();
public: __property void set_AlignedImage( 
   Image* value
);
public:
property Image^ AlignedImage {
   Image^ get();
   void set (    Image^ value);
}
See Also

Reference

FormResult Class
FormResult Members

Is this page helpful?
Yes No
Thanks for your feedback.