EmailPreviewOptions
Contents
[
Hide
]
EmailPreviewOptions(CreatePageStream)
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. |
See Also
- delegate CreatePageStream
- class EmailPreviewOptions
- namespace GroupDocs.Watermark.Options.Email
- assembly GroupDocs.Watermark
EmailPreviewOptions(CreatePageStream, ReleasePageStream)
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. |
See Also
- delegate CreatePageStream
- delegate ReleasePageStream
- class EmailPreviewOptions
- namespace GroupDocs.Watermark.Options.Email
- assembly GroupDocs.Watermark