GroupDocs.Viewer.Interfaces
Leave feedback
On this page
The namespace provides interfaces to instantiate and release output document and it’s resources.
| Class | Description |
|---|---|
| CreateFileStream | Represents the method that instantiates stream used to write output file data. |
| CreatePageStream | Represents the method that instantiates stream used to write output page data. |
| CreateResourceStream | Represents the method that instantiates stream used to write output HTML resource data. |
| CreateResourceUrl | Represents the method that creates URL for HTML resource. |
| ReleaseFileStream | Releases stream which was instantiated by the method associated with CreateFileStream delegate. |
| ReleasePageStream | Releases stream which was instantiated by the method associated with CreatePageStream delegate. |
| ReleaseResourceStream | Releases stream which was instantiated by the method associated with CreateResourceStream delegate. |
| Interface | Description |
|---|---|
| IFileStreamFactory | Defines the methods that are required for instantiating and releasing output file stream. |
| IPageStreamFactory | Defines the methods that are required for instantiating and releasing output page stream. |
| IResourceStreamFactory | Defines the methods that are required for creating resource URL, instantiating and releasing output HTML resource stream. |
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.