CreateResourceStream

IResourceStreamFactory.CreateResourceStream method

Creates the stream used to write output HTML resource data.

public Stream CreateResourceStream(int pageNumber, Resource resource)
Parameter Type Description
pageNumber Int32 The number of a page.
resource Resource The HTML resource such as font, style, image or graphics.

Return Value

Stream used to write output resource data.

See Also