GdPicture.NET.14.API
GdPicture14 Namespace / GdPicturePDF Class

In This Topic
GdPicturePDF Class Events
In This Topic

For a list of all members of this type, see GdPicturePDF members.

Public Events
 NameDescription
Public EventThis event is raised just before the specified page is going to be processed using the GdPicturePDF.OcrPage or the GdPicturePDF.OcrPages methods.

Please check the corresponded GdPicturePDF.BeforePageOcrEventHandler for given parameters.

 
Public Event  
Public EventThis event is raised after the whole OCR process, invoked by the GdPicturePDF.OcrPage or the GdPicturePDF.OcrPages methods, has been terminated.

Please check the corresponded GdPicturePDF.OcrPagesDoneEventHandler for given parameters.

 
Public EventThis event is raised immediately after the specified page has been processed using the GdPicturePDF.OcrPage or the GdPicturePDF.OcrPages methods.

Please check the corresponded GdPicturePDF.OcrPagesProgressEventHandler for given parameters.

 
Public EventThis event is raised when a specified image is ready to be sent to the OCR engine during the process invoked by the GdPicturePDF.OcrPage or the GdPicturePDF.OcrPages methods. It is fired after the GdPicturePDF.BeforePageOcr event. This event is particularly useful to apply your specific custom pre-processing to the image before recognizing it.

Please check the corresponded GdPicturePDF.PageBitmapOcrReadyEventHandler for given parameters.

 
Top
See Also