CreateResourceUrl

CreateResourceUrl delegate

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.

Return Value

The URL of the HTML resource.

See Also