release_resource_stream method

release_resource_stream

Releases the stream created by IResourceStreamFactory.create_resource_stream method.

def release_resource_stream(self, page_number, resource, resource_stream):
    ...
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.
resource_stream io.RawIOBase Stream created by IResourceStreamFactory.create_resource_stream method.

See Also