Table of Contents

Interface PdfSplitter.IDocumentReadyListener

Namespace
iText.Kernel.Utils
Assembly
itext.kernel.dll

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 PdfDocument

the current document created as a result of the original document split

pageRange PageRange

original document page range corresponding to the current document