IPageStreamFactory Interface
Defines the methods that are required for instantiating and releasing output page stream.

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

The IPageStreamFactory type exposes the following members.

Methods
  NameDescription
Public methodCreatePageStream
Creates the stream used to write output page data.
Public methodReleasePageStream
Releases the stream created by CreatePageStream(Int32) method.
See Also