EmailPreviewOptions
EmailPreviewOptions class
Provides options to sets requirements and stream delegates for preview generation of Email document.
public class EmailPreviewOptions : PreviewOptions
Constructors
Properties
Name |
Description |
CreatePageStream { get; set; } |
Gets or sets an instance of the page stream creation delegate. |
Height { get; set; } |
Gets or sets the page preview height. |
PageNumbers { get; set; } |
Gets or sets an array of page numbers to generate previews. |
PreviewFormat { get; set; } |
Gets or sets the preview image format. |
ReleasePageStream { get; set; } |
Gets or sets an instance of the page preview completion delegate. |
Resolution { get; set; } |
Gets or sets the resolution for the generated images, in dots per inch. |
Width { get; set; } |
Gets or sets the page preview width. |
Fields
See Also