GroupDocs.Viewer.Interfaces Namespace
The namespace provides interfaces to instantiate and release output document and it's resources.
Interfaces
  InterfaceDescription
Public interfaceIFileStreamFactory
Defines the methods that are required for instantiating and releasing output file stream.
Public interfaceIPageStreamFactory
Defines the methods that are required for instantiating and releasing output page stream.
Public interfaceIResourceStreamFactory
Defines the methods that are required for creating resource URL, instantiating and releasing output HTML resource stream.
Delegates
  DelegateDescription
Public delegateCreateFileStream
Represents the method that instantiates stream used to write output file data.
Public delegateCreatePageStream
Represents the method that instantiates stream used to write output page data.
Public delegateCreateResourceStream
Represents the method that instantiates stream used to write output HTML resource data.
Public delegateCreateResourceUrl
Represents the method that creates URL for HTML resource.
Public delegateReleaseFileStream
Releases stream which was instantiated by the method associated with CreateFileStream delegate.
Public delegateReleasePageStream
Releases stream which was instantiated by the method associated with CreatePageStream delegate.
Public delegateReleaseResourceStream
Releases stream which was instantiated by the method associated with CreateResourceStream delegate.