Click or drag to resize

PdfFileCreator Delegate

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
)

Parameters

pathToOriginalPdf
Type: SystemString
The path to original PDF.
pageIndex
Type: SystemInt32
Index of the page.

Return Value

Type: String
A new file name.
See Also