GroupDocs.Viewer.Interfaces Namespace |
Interface | Description | |
---|---|---|
![]() | IFileStreamFactory |
Defines the methods that are required for instantiating and releasing output file stream.
|
![]() | IPageStreamFactory |
Defines the methods that are required for instantiating and releasing output page stream.
|
![]() | IResourceStreamFactory |
Defines the methods that are required for creating resource URL, instantiating and releasing output HTML resource stream.
|
Delegate | Description | |
---|---|---|
![]() | CreateFileStream |
Represents the method that instantiates stream used to write output file data.
|
![]() | CreatePageStream |
Represents the method that instantiates stream used to write output page data.
|
![]() | CreateResourceStream |
Represents the method that instantiates stream used to write output HTML resource data.
|
![]() | CreateResourceUrl |
Represents the method that creates URL for HTML resource.
|
![]() | ReleaseFileStream |
Releases stream which was instantiated by the method associated with CreateFileStream delegate.
|
![]() | ReleasePageStream |
Releases stream which was instantiated by the method associated with CreatePageStream delegate.
|
![]() | ReleaseResourceStream |
Releases stream which was instantiated by the method associated with CreateResourceStream delegate.
|