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

An event that indicates Image processing progress information is available. More...

Inheritance diagram for ImageProcessor.ProcessProgressEvent:

Public Member Functions

 ProcessProgressEvent (Object sender, ErrorInfo status, String imageID, int progressPct)
 Creates a new ProcessProgressEvent with the given parameters. More...
 
ErrorInfo getStatus ()
 Gets the status property for the ProcessProgressEvent. More...
 
String getImageID ()
 Gets the ImageID string for the ProcessProgressEvent. More...
 
int getProgressPct ()
 Gets the progress percentage for the progress event. More...
 

Detailed Description

An event that indicates Image processing progress information is available.

This event is raised in response to image processing progress information being available following a call to processImage. The event includes status information, Image ID string, and the progress percentage value. The Image ID references the Image object that was passed to processImage originally.

See also
ImageProcessor::processImage

Constructor & Destructor Documentation

ProcessProgressEvent ( Object  sender,
ErrorInfo  status,
String  imageID,
int  progressPct 
)

Creates a new ProcessProgressEvent with the given parameters.

Member Function Documentation

String getImageID ( )

Gets the ImageID string for the ProcessProgressEvent.

The ImageID string identifies the Image being processed.

Returns
ImageID string
int getProgressPct ( )

Gets the progress percentage for the progress event.

The progressPct is an integer percentage value (0..100) indicating the progress if the image processing operation.

Returns
progressPct
ErrorInfo getStatus ( )

Gets the status property for the ProcessProgressEvent.

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.