This is a callback interface that is used for reporting events from the FRPages object to the listeners. This interface is implemented on the client-side. See the detailed implementation advice for your development tool in Working with Connectable Objects. A brief description is below: C++ users will need to implement the IFRPagesEvents interface, obtain a connection point (Windows), and “advise” object implementing the interface to the FRPages object. As the interface is derived from the IUnknown interface, the client object should also implement the IUnknown methods. Visual Basic users that want to receive notifications from the FRPages object should declare it WithEvents and implement the procedures similar to the following:Documentation Index
Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
Use this file to discover all available pages before exploring further.
- Report information about page removing and adding completed.
- Report information about pages renumbering completed.
- In Windows: Process any system messages to help prevent the application from appearing unresponsive during long operations. This can be helpful in applications with a user interface.
Methods
| Name | Description |
|---|---|
| PageAdded | Delivers to the client information about page adding completed. |
| PageRemoved | Delivers to the client information about page removing completed. |
| PagesRenumbered | Delivers to the client information about pages renumbering completed. |
