Kofax Mobile SDK API Reference
Public Member Functions | List of all members
ImageProcessor.ImageOutEvent Class Reference

An event that indicates a processed Image is available. More...

Inheritance diagram for ImageProcessor.ImageOutEvent:

Public Member Functions

 ImageOutEvent (Object sender, ErrorInfo status, Image image)
 Creates a new ImageOutEvent with the given parameters. More...
 
ErrorInfo getStatus ()
 Gets the status property for the ImageOutEvent. More...
 
Image getImage ()
 Gets the Image property for the ImageOutEvent. More...
 

Detailed Description

An event that indicates a processed Image is available.

This event is raised in response to a processed Image being available following a call to processImage. The event includes status information, and a new processed Image object. The processed Image object may be null when errors are reported.

See also
ImageProcessor::processImage

Constructor & Destructor Documentation

ImageOutEvent ( Object  sender,
ErrorInfo  status,
Image  image 
)

Creates a new ImageOutEvent with the given parameters.

Member Function Documentation

Image getImage ( )

Gets the Image property for the ImageOutEvent.

The Image property is the newly processed image.

Returns
ErrorInfo status
ErrorInfo getStatus ( )

Gets the status property for the ImageOutEvent.

The status property includes a status code and a message string.

Returns
ErrorInfo status

The documentation for this class was generated from the following file:
Untitled Document © 2018 Kofax, Inc. All rights reserved. Use is subject to license terms.