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