public class ConverterEndDigitizePageEvent extends EventObject
ConverterListener
has finished digitizing a page.Constructor and Description |
---|
ConverterEndDigitizePageEvent(Object source,
IPage inputPage,
int inputDocumentIndex,
IDigitizedPage digitizedPage) |
Modifier and Type | Method and Description |
---|---|
IDigitizedPage |
getDigitizedPage()
Returns the digitized page.
|
int |
getInputDocumentIndex()
Returns index of the current document in the conversion job.
|
IPage |
getInputPage()
Returns input page that was digitized.
|
getSource, toString
public ConverterEndDigitizePageEvent(Object source, IPage inputPage, int inputDocumentIndex, IDigitizedPage digitizedPage)
public int getInputDocumentIndex()
public IPage getInputPage()
public IDigitizedPage getDigitizedPage()