PdfStreamCreator Delegate |
The delegate for PdfStream creation events.
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 Stream PdfStreamCreator(
Stream originalStream,
int pageIndex
)
Public Delegate Function PdfStreamCreator (
originalStream As Stream,
pageIndex As Integer
) As Stream
Parameters
- originalStream
- Type: System.IOStream
The original stream. - pageIndex
- Type: SystemInt32
Index of the page.
Return Value
Type:
StreamA new stream.
See Also