ReleaseResourceStream
ReleaseResourceStream delegate
Releases stream which was instantiated by the method associated with CreateResourceStream
delegate.
public delegate void ReleaseResourceStream(int pageNumber, Resource resource,
Stream resourceStream);
Parameter | Type | Description |
---|---|---|
pageNumber | Int32 | Number of the page. |
resource | Resource | HTML resource such as font, style, image or graphics. |
resourceStream | Stream | The stream created by the method associated with CreateResourceStream delegate. |
See Also
- class Resource
- namespace GroupDocs.Viewer.Interfaces
- assembly GroupDocs.Viewer