IImageDocumentEvents
IImageDocumentEvents Interface
IImageDocumentEvents interface in the ABBYY FineReader Engine API — Client-side callback interface that reports events from an ImageDocument object to subscribed listeners.
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.
C++ users will need to implement the IImageDocumentEvents interface, obtain a connection point (Windows), 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.
Visual Basic users that want to receive notifications from the ImageDocument object should declare it WithEvents and implement the following Sub:
Transform Method of the ImageDocument Object
Previous
TransformationMade Method of the IImageDocumentEvents Interface
Next
