ReleasePageStream
Leave feedback
On this page
Represents a method which releases the stream created by the CreatePageStream delegate.
public delegate void ReleasePageStream(int pageNumber, Stream pageStream);
| Parameter | Type | Description |
|---|---|---|
| pageNumber | Int32 | The page number of a generated page preview. |
| pageStream | Stream | The stream containing the generated page preview. |
- namespace GroupDocs.Parser.Options
- assembly GroupDocs.Parser
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.