create_resource_stream method

create_resource_stream

Creates the stream used to write output HTML resource data.

Returns

Stream used to write output resource data.

def create_resource_stream(self, page_number, resource):
    ...
Parameter Type Description
page_number int The number of a page.
resource groupdocs.viewer.results.Resource The HTML resource such as font, style, image or graphics.

See Also