IImageDocumentEvents Interface
This is a callback interface that is used for reporting events from the ImageDocument 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. Below you can find a short summary.
You need to implement the IImageDocumentEvents interface and "advise" object implementing the interface to the ImageDocument object. As the interface is derived from the IUnknown interface, the client object should also implement the IUnknown methods.
Methods
Name | Description |
---|---|
TransformationMade | Called by ABBYY FineReader Engine when some transformation was made with the ImageDocument. |
Remarks
This interface does not work if the Engine object is loaded as an out-of-process server.
See also
7/3/2024 8:50:25 AM