Printer |
public sealed class PrinterAttributes : GenericAttributesBase
The PrinterAttributes type exposes the following members.
| Name | Description | |
|---|---|---|
| PrinterAttributes | 创建一个新的 PrinterAttributes 实例。 |
| Name | Description | |
|---|---|---|
| ColorMode | 输出颜色模式。 | |
| NumberOfCopies | 每张图纸的打印份数。仅对打印到打印机有效。 | |
| OpenFileWhenFinished | 打印完成后是否自动打开文件。 | |
| Orientation | 打印方向类型。 | |
| OutputFileName | 输出文件名,仅适用于 PDF 打印。 | |
| OutputFolder | 输出文件目录,仅适用于 PDF 打印。 | |
| OutputType | 打印输出类型。 | |
| PaperSize | 纸张大小。 | |
| PrinterName | 打印机名称。 | |
| ScaleFactor | 打印缩放系数。 | |
| ScalingMethod | 打印缩放方式。 | |
| SeparatingCount | 分页数量。 | |
| SeparatingOrder | 分页顺序。 | |
| SeparatingType | 分页打印类型。 |
| Name | Description | |
|---|---|---|
| IsEqual |
将当前对象与同类型的对象进行比较。
(Overrides GenericAttributesBaseIsEqual(Object)) |