ReleaseFileStream Delegate |
Releases stream which was instantiated by the method associated with
CreateFileStream delegate.
Namespace: GroupDocs.Viewer.InterfacesAssembly: GroupDocs.Viewer (in GroupDocs.Viewer.dll) Version: 22.9
Syntaxpublic delegate void ReleaseFileStream(
Stream fileStream
)
Public Delegate Sub ReleaseFileStream (
fileStream As Stream
)
public delegate void ReleaseFileStream(
Stream^ fileStream
)
type ReleaseFileStream =
delegate of
fileStream : Stream -> unit
Parameters
- fileStream
- Type: System.IOStream
The stream created by the method associated with CreateFileStream delegate.
See Also