GetStream Method
GetStream()
Gets a Stream containing the content of this Page.
Notes:
- The stream returned by this method should be disposed after use.
- This method can return null if the current page is empty.
- In sequential generate mode this method is not supported and will throw an exception.
Declaration
public Stream GetStream()
Public Function GetStream() As Stream
Returns
Type |
Description |
Stream |
A stream with the current page's content.
|