The event delegate for file creation.
Namespace:
Atalasoft.PdfDoc
Assembly:
Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public delegate string PdfFileCreator(
string pathToOriginalPdf,
int pageIndex
)
Public Delegate Function PdfFileCreator (
pathToOriginalPdf As String,
pageIndex As Integer
) As String
Parameters
- pathToOriginalPdf
- Type: SystemString
The path to original PDF. - pageIndex
- Type: SystemInt32
Index of the page.
Return Value
Type:
StringA new file name.
See Also