Optional delegate method used after page processing is finished.
public event EventHandler<AutoFormsProgressEventArgs> Progress
Public Event Progress As EventHandler(Of AutoFormsProgressEventArgs)
public:
event EventHandler<AutoFormsProgressEventArgs^>^ Progress
The event handler receives an argument of type AutoFormsProgressEventArgs containing data related to this event. The following AutoFormsProgressEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Cancel | Cancel the current operation. |
Operation | Gets the current running AutoFormsOperation. |
Percentage | A value between 0 and 100 that represents the percent completion of the process. |
For an example, refer to AutoFormsEngine.ProcessForm(RasterImage form, PageRequestCallback pageRequestCallback, Object userData, FormRecognitionAttributes masterAttributes, FormPages formFields).
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET