CreateResourceUrl
Leave feedback
On this page
Represents the method that creates URL for HTML resource.
public delegate string CreateResourceUrl(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 URL of the HTML resource.
- 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.