ReleaseResourceStream Delegate
Releases stream which was instantiated by the method associated with CreateResourceStream delegate.

Namespace: GroupDocs.Viewer.Interfaces
Assembly: GroupDocs.Viewer (in GroupDocs.Viewer.dll) Version: 22.9
Syntax
public delegate void ReleaseResourceStream(
	int pageNumber,
	Resource resource,
	Stream resourceStream
)

Parameters

pageNumber
Type: SystemInt32
Number of the page.
resource
Type: GroupDocs.Viewer.ResultsResource
HTML resource such as font, style, image or graphics.
resourceStream
Type: System.IOStream
The stream created by the method associated with CreateResourceStream delegate.
See Also