| Visual Basic (Declaration) | |
|---|---|
Public Event Progress() As EventHandler(Of AutoFormsProgressEventArgs) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public event EventHandler<AutoFormsProgressEventArgs> Progress() | |
| C++/CLI | |
|---|---|
public: event EventHandler<AutoFormsProgressEventArgs>^ Progress(); | |
For an example, refer to AutoFormsEngine.ProcessForm(RasterImage form, PageRequestCallback pageRequestCallback, Object userData, FormRecognitionAttributes masterAttributes, FormPages formFields).
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code