IResourceStreamFactory
Leave feedback
On this page
Defines the methods that are required for creating resource URL, instantiating and releasing output HTML resource stream.
public interface IResourceStreamFactory
| Name | Description |
|---|---|
| CreateResourceStream(int, Resource) | Creates the stream used to write output HTML resource data. |
| CreateResourceUrl(int, Resource) | Creates the URL for HTML resource. |
| ReleaseResourceStream(int, Resource, Stream) | Releases the stream created by CreateResourceStream method. |
- namespace GroupDocs.Viewer.Interfaces
- assembly GroupDocs.Viewer
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.