pdfOCR 3.0.2 API
iText.Pdfocr.AbstractPdfOcrEventHelper Class Referenceabstract

Helper class for working with events. More...

Inheritance diagram for iText.Pdfocr.AbstractPdfOcrEventHelper:

Public Member Functions

abstract void  OnEvent (AbstractProductITextEvent @event)
  Handles the event. More...
 
abstract SequenceId  GetSequenceId ()
  Returns the sequence id More...
 
abstract EventConfirmationType  GetConfirmationType ()
  Returns the confirmation type of event. More...
 

Detailed Description

Helper class for working with events.

Helper class for working with events. This class is for internal usage.

Member Function Documentation

◆ GetConfirmationType()

abstract EventConfirmationType iText.Pdfocr.AbstractPdfOcrEventHelper.GetConfirmationType ( )
pure virtual

Returns the confirmation type of event.

Returns
event confirmation type

◆ GetSequenceId()

abstract SequenceId iText.Pdfocr.AbstractPdfOcrEventHelper.GetSequenceId ( )
pure virtual

Returns the sequence id

Returns
sequence id

◆ OnEvent()

abstract void iText.Pdfocr.AbstractPdfOcrEventHelper.OnEvent ( AbstractProductITextEvent @  event )
pure virtual

Handles the event.

Parameters
event event