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

Namespace: GroupDocs.Viewer.Interfaces
Assembly: GroupDocs.Viewer (in GroupDocs.Viewer.dll) Version: 22.9
Syntax
public interface IResourceStreamFactory

The IResourceStreamFactory type exposes the following members.

Methods
  NameDescription
Public methodCreateResourceStream
Creates the stream used to write output HTML resource data.
Public methodCreateResourceUrl
Creates the URL for HTML resource.
Public methodReleaseResourceStream
Releases the stream created by CreateResourceStream(Int32, Resource) method.
See Also