Interface IPrintSettingsProvider
Contents
[
Hide
]IPrintSettingsProvider interface
Represents a source of printer settings which can be used for MailPrinter initialization.
public interface IPrintSettingsProvider
Properties
| Name | Description |
|---|---|
| CultureName { get; set; } | Gets or sets the culture name in the format languagecode2-country/regioncode2. |
| DpiX { get; set; } | Gets or sets the horizontal DPI. |
| DpiY { get; set; } | Gets or sets the vertical DPI. |
| FormattingFlags { get; set; } | Gets or sets the printer options. |
| MarginBottom { get; set; } | Gets or sets the bottom margin. |
| MarginLeft { get; set; } | Gets or sets the left margin. |
| MarginRight { get; set; } | Gets or sets the right margin. |
| MarginTop { get; set; } | Gets or sets the top margin. |
| PageHeight { get; set; } | Gets or sets the height of the page. |
| PageUnit { get; set; } | Gets or sets the page unit. |
| PageWidth { get; set; } | Gets or sets the width of the page. |
See Also
- namespace Aspose.Email.Printing
- assembly Aspose.Email