Click or drag to resize

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
)

Parameters

originalStream
Type: System.IOStream
The original stream.
pageIndex
Type: SystemInt32
Index of the page.

Return Value

Type: Stream
A new stream.
See Also