groupdocs.viewer.interfaces

On this page

Types under groupdocs.viewer.interfaces.

Classes

Class Description
CreateFileStream Represents a method that creates a stream used to write output file data.
CreatePageStream Represents a method that creates a stream used to write output page data.
CreateResourceStream Represents a method that creates a stream for writing output HTML resource data.
CreateResourceUrl Represents the method that creates a URL for an HTML resource.
IFileStreamFactory Defines the methods required for instantiating and releasing an output file stream.
IPageStreamFactory The interface defines methods required for instantiating and releasing output page streams.
IResourceStreamFactory Defines the methods required for creating resource URLs, instantiating, and releasing output HTML resource streams.
ReleaseFileStream Releases a stream that was instantiated by the method associated with CreateFileStream delegate.
ReleasePageStream Releases stream which was instantiated by the method associated with CreatePageStream delegate.
ReleaseResourceStream Releases a stream that was instantiated by the method associated with CreateResourceStream delegate.

On this page