ReleasePageStream Delegate
Releases stream which was instantiated by the method associated with CreatePageStream delegate.

Namespace: GroupDocs.Viewer.Interfaces
Assembly: GroupDocs.Viewer (in GroupDocs.Viewer.dll) Version: 22.9
Syntax
public delegate void ReleasePageStream(
	int pageNumber,
	Stream pageStream
)

Parameters

pageNumber
Type: SystemInt32
Number of the page.
pageStream
Type: System.IOStream
The stream created by the method associated with CreatePageStream delegate.
See Also