Class PrinterSettings
Contents
[
Hide
]PrinterSettings class
Specifies information about how a document is printed, including the printer that prints it, when printing from a Windows Forms application .
public class PrinterSettings
Constructors
Name | Description |
---|---|
PrinterSettings() | The default constructor. |
Properties
Name | Description |
---|---|
PrinterName { get; set; } | Gets or sets the name of the printer to use. |
static FromPage { get; } | Gets the page number of the first page to print. |
static PrintRange { get; } | Gets the page numbers that the user has specified to be printed. |
static ToPage { get; } | Gets the number of the last page to print. |
See Also
- namespace Aspose.Drawing.Printing
- assembly Aspose.Drawing.Common