Name | Description | |
---|---|---|
AfterPdfPrintPage | This event is raised right after a page has been successfully printed.
Please check the corresponded GdPicturePDF.AfterPdfPrintPageEventHandler for given parameters. | |
BeforePageOcr | This 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. | |
BeforePdfPrintPage | This event is raised right before a page is to be printed.
Please check the corresponded GdPicturePDF.BeforePdfPrintPageEventHandler for given parameters. | |
ExternalOcrPageRequest | ||
OcrPagesDone | This 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. | |
OcrPagesProgress | This 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. | |
PageBitmapOcrReady | This 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. |