IFileStreamFactory
IFileStreamFactory interface
Defines the methods that are required for instantiating and releasing output file stream.
public interface IFileStreamFactory
Methods
Name | Description |
---|---|
CreateFileStream() | Creates the stream used to write output file data. |
ReleaseFileStream(Stream) | Releases the stream created by CreateFileStream method. |
See Also
- namespace GroupDocs.Viewer.Interfaces
- assembly GroupDocs.Viewer