ReleaseResourceStream
Leave feedback
On this page
Releases stream which was instantiated by the method associated with CreateResourceStream delegate.
public delegate void ReleaseResourceStream(int pageNumber, Resource resource,
Stream resourceStream);
| Parameter | Type | Description |
|---|---|---|
| pageNumber | Int32 | Number of the page. |
| resource | Resource | HTML resource such as font, style, image or graphics. |
| resourceStream | Stream | The stream created by the method associated with CreateResourceStream delegate. |
- class Resource
- 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.