PrinterSettings
Overview
PrinterSettings is a class in Aspose.PDF FOSS for .NET.
Printer-side settings (printer name, copies, range).
This class provides 1 method for working with PrinterSettings objects in .NET programs.
Available methods include: PrinterSettings.
All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package.
Properties: Collate, Copies, FromPage, PrinterName, ToPage.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
PrinterName | string | Read/Write | Gets or sets the printer name. |
Copies | int | Read/Write | Gets or sets the copies. |
FromPage | int | Read/Write | Gets or sets the from page. |
ToPage | int | Read/Write | Gets or sets the to page. |
Collate | bool | Read/Write | Gets or sets the collate. |
Methods
| Signature | Description |
|---|---|
PrinterSettings() | Calls PrinterSettings on this PrinterSettings instance. |