EmailPreviewOptions
Leave feedback
On this page
Initializes a new instance of the EmailPreviewOptions class causing the output stream to be closed.
public EmailPreviewOptions(CreatePageStream createPageStream)
| Parameter | Type | Description |
|---|---|---|
| createPageStream | CreatePageStream | Creates a stream for a specific page preview. |
- delegate CreatePageStream
- class EmailPreviewOptions
- namespace GroupDocs.Watermark.Options.Email
- assembly GroupDocs.Watermark
Initializes a new instance of EmailPreviewOptions class causing the output stream to be returned to the client for further use.
public EmailPreviewOptions(CreatePageStream createPageStream, ReleasePageStream releasePageStream)
| Parameter | Type | Description |
|---|---|---|
| createPageStream | CreatePageStream | Creates a stream for a specific page preview. |
| releasePageStream | ReleasePageStream | Notifies that the page preview generation is done and gets the output stream. |
- delegate CreatePageStream
- delegate ReleasePageStream
- class EmailPreviewOptions
- namespace GroupDocs.Watermark.Options.Email
- assembly GroupDocs.Watermark
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.