CreateFileStream Delegate
Represents the method that instantiates stream used to write output file data.

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

Return Value

Type: Stream
The stream used to write output file data.
See Also