Interface PdfSplitter.IDocumentReadyListener
The event listener which is called when another document is ready.
public interface PdfSplitter.IDocumentReadyListener
Methods
DocumentReady(PdfDocument, PageRange)
Performs some action in case document is ready, e.g. closes the document.
void DocumentReady(PdfDocument pdfDocument, PageRange pageRange)
Parameters
pdfDocument
PdfDocumentthe current document created as a result of the original document split
pageRange
PageRangeoriginal document page range corresponding to the current document