IResourceStreamFactory

IResourceStreamFactory class

Defines the methods that are required for creating resource URL, instantiating and releasing output HTML resource stream.

The IResourceStreamFactory type exposes the following members:

Methods

Name Description
create_resource_stream(page_number, resource) Creates the stream used to write output HTML resource data.
create_resource_url(page_number, resource) Creates the URL for HTML resource.
release_resource_stream(page_number, resource, resource_stream) Releases the stream created by

See Also