MultiplePagesType
MultiplePagesType enumeration
指定如何打印文档。
public enum MultiplePagesType
价值观
姓名 | 价值 | 描述 |
---|---|---|
Normal | 0 | 正常打印,未指定多页。 |
MirrorMargins | 1 | 交换对页的左右页边距。 |
TwoPagesPerSheet | 2 | 每张打印两页。 |
BookFoldPrinting | 3 | 指定是否将文档打印为书本折叠。 |
BookFoldPrintingReverse | 4 | 指定是否将文档打印为反向书本折叠。 |
Default | 0 | 默认值为Normal |