Interface PdfSplitter.IDocumentReadyListener
- All Known Implementing Classes:
PdfSplitter.SplitReadyListener
- Enclosing class:
PdfSplitter
public static interface PdfSplitter.IDocumentReadyListener
The event listener which is called when another document is ready.
-
Method Summary
Modifier and TypeMethodDescriptionvoiddocumentReady(PdfDocument pdfDocument, PageRange pageRange) Performs some action in case document is ready, e.g.
-
Method Details
-
documentReady
Performs some action in case document is ready, e.g. closes the document.- Parameters:
pdfDocument- the current document created as a result of the original document splitpageRange- original document page range corresponding to the current document
-