ReleaseFileStream Delegate
Releases stream which was instantiated by the method associated with CreateFileStream delegate.

Namespace: GroupDocs.Viewer.Interfaces
Assembly: GroupDocs.Viewer (in GroupDocs.Viewer.dll) Version: 22.9
Syntax
public delegate void ReleaseFileStream(
	Stream fileStream
)

Parameters

fileStream
Type: System.IOStream
The stream created by the method associated with CreateFileStream delegate.
See Also