IPageStreamFactory
IPageStreamFactory interface
Defines the methods that are required for instantiating and releasing output page stream.
public interface IPageStreamFactory
Methods
Name | Description |
---|---|
CreatePageStream(int) | Creates the stream used to write output page data. |
ReleasePageStream(int, Stream) | Releases the stream created by CreatePageStream method. |
See Also
- namespace GroupDocs.Viewer.Interfaces
- assembly GroupDocs.Viewer