MailPrinter Class |
Namespace: Aspose.Email.Printing
The MailPrinter type exposes the following members.
Name | Description | |
---|---|---|
![]() | MailPrinter |
Initializes a new instance of the MailPrinter class with A4 paper setting for page size and 0.5in margin for all sides.
|
![]() | MailPrinter(IPrintSettingsProvider) |
Initializes a new instance of the MailPrinter class using given settings provider.
|
Name | Description | |
---|---|---|
![]() | CultureName |
Gets or sets the culture name in the format
languagecode2-country/regioncode2.
|
![]() | DpiX |
Gets or sets the horizontal DPI.
|
![]() | DpiY |
Gets or sets the vertical DPI.
|
![]() | FormattingFlags |
Gets or sets the printer options.
|
![]() | MarginBottom |
Gets or sets the bottom margin.
|
![]() | MarginLeft |
Gets or sets the left margin.
|
![]() | MarginRight |
Gets or sets the right margin.
|
![]() | MarginTop |
Gets or sets the top margin.
|
![]() | PageHeight |
Gets or sets the height of the page.
|
![]() | PageUnit |
Gets or sets the page unit.
|
![]() | PageWidth |
Gets or sets the width of the page.
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | Print(MailMessage, Stream, PrintFormat) |
Prints the specified message object using the desired format.
|
![]() | Print(MailMessage, String, PrintFormat) |
Prints the specified message object using the desired format.
|
![]() | Print(MapiMessage, Stream, PrintFormat) |
Prints the specified MSG object using the desired format.
|
![]() | Print(MapiMessage, String, PrintFormat) |
Prints the specified MSG object using the desired format.
|
![]() | ToString | (Inherited from Object.) |