GdPicture.NET.14
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 right after a page has been successfully printed.

Please check the corresponded GdPicturePDF.AfterPdfPrintPageEventHandler for given parameters.

 
Public EventThis event is raised just before the specified page is going to be processed using the OcrPage or the OcrPages(String,Int32,String,String,String,Single) methods.

Please check the corresponded GdPicturePDF.BeforePageOcrEventHandler for given parameters.

 
Public EventThis event is raised right before a page is to be printed.

Please check the corresponded GdPicturePDF.BeforePdfPrintPageEventHandler for given parameters.

 
Public Event  
Public EventThis event is raised after the whole OCR process, invoked by the OcrPage or the OcrPages(String,Int32,String,String,String,Single) 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 OcrPage or the OcrPages(String,Int32,String,String,String,Single) 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 OcrPage or the OcrPages(String,Int32,String,String,String,Single) methods. It is fired after the 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