CreateResourceStream
Leave feedback
On this page
Represents the method that instantiates stream used to write output HTML resource data.
public delegate Stream CreateResourceStream(int pageNumber, Resource resource);
| Parameter | Type | Description |
|---|---|---|
| pageNumber | Int32 | Number of the page. |
| resource | Resource | HTML resource such as font, style, image or graphics. |
The stream used to write output HTML resource data.
- 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.