public interface PDFNeedSplitFileNameListener
| Modifier and Type | Method and Description |
|---|---|
void |
needSplitFileName(PDFNeedSplitFileNameEvent e)
Called by an overloaded
PdfDocument.split() method
when it tries to save one of the split documents. |
void needSplitFileName(PDFNeedSplitFileNameEvent e)
PdfDocument.split() method
when it tries to save one of the split documents. User classes
implementing this interface can handle this event to provide
file names at run time.e - EventArg object
that contains methods to get the document that is
being split, to specify the name of the split
document that is being saved and cancel the split
operation.PDFNeedSplitFileNameEvent