PdfPageSavedHandler Delegate |
The delegate which is called when a single-page document is saved and the corresponding stream is about to be closed.
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 void PdfPageSavedHandler(
Stream pageStream,
int pageIndex
)
Public Delegate Sub PdfPageSavedHandler (
pageStream As Stream,
pageIndex As Integer
)
Parameters
- pageStream
- Type: System.IOStream
The stream containing a single-page document. - pageIndex
- Type: SystemInt32
Index of the page.
See Also